MonobjcMonobjc Documented Class Library
NSAffineTransform_AppKitAdditions Class
NamespacesMonobjc.AppKitNSAffineTransform_AppKitAdditions

[Missing <summary> documentation for "T:Monobjc.AppKit.NSAffineTransform_AppKitAdditions"]

Declaration Syntax
C#Visual BasicVisual C++
public static class NSAffineTransform_AppKitAdditions
<ExtensionAttribute> _
Public NotInheritable Class NSAffineTransform_AppKitAdditions
[ExtensionAttribute]
public ref class NSAffineTransform_AppKitAdditions abstract sealed
Members
All MembersMethods



IconMemberDescription
Concat(NSAffineTransform)

Appends the receiver’s matrix to the current transformation matrix stored in the current graphics context, replacing the current transformation matrix with the result.

Original signature is '- (void)concat'

Available in Mac OS X v10.0 and later.


Set(NSAffineTransform)

Sets the current transformation matrix to the receiver’s transformation matrix.

Original signature is '- (void)set'

Available in Mac OS X v10.0 and later.


TransformBezierPath(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.


Inheritance Hierarchy
Object
NSAffineTransform_AppKitAdditions
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)