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.

C# | Visual Basic | Visual 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 )

- __target (NSAffineTransform)
- The target instance.
- aPath (NSBezierPath)
- An object representing the bezier path to be used in the transformation.

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

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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)