MonobjcMonobjc Documented Class Library
TransformBezierPath Method (__target, aPath)
NamespacesMonobjc.AppKitNSAffineTransform_AppKitAdditionsTransformBezierPath(NSAffineTransform, NSBezierPath)

Creates and returns a new NSBezierPath object with each point in the given path transformed by the receiver.

Original signature is '- (NSBezierPath *)transformBezierPath:(NSBezierPath *)aPath'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSBezierPath TransformBezierPath(
	this NSAffineTransform __target,
	NSBezierPath aPath
)
<ExtensionAttribute> _
Public Shared Function TransformBezierPath ( _
	__target As NSAffineTransform, _
	aPath As NSBezierPath _
) As NSBezierPath
[ExtensionAttribute]
public:
static NSBezierPath^ TransformBezierPath(
	NSAffineTransform^ __target, 
	NSBezierPath^ aPath
)
Parameters
__target (NSAffineTransform)
The target instance.
aPath (NSBezierPath)
An object representing the bezier path to be used in the transformation.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAffineTransform_AppKitAdditions.TransformBezierPath(Monobjc.Foundation.NSAffineTransform,Monobjc.AppKit.NSBezierPath)"]

Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NSAffineTransform. When you use instance method syntax to call this method, omit the first parameter.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)