MonobjcMonobjc Documented Class Library
NSAffineTransform Constructor (aTransform)
NamespacesMonobjc.FoundationNSAffineTransformNSAffineTransform(NSAffineTransform)

Initializes the receiver’s matrix using another transform object and returns the receiver.

Original signature is '- (id)initWithTransform:(NSAffineTransform *)aTransform'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSAffineTransform(
	NSAffineTransform aTransform
)
Public Sub New ( _
	aTransform As NSAffineTransform _
)
public:
NSAffineTransform(
	NSAffineTransform^ aTransform
)
Parameters
aTransform (NSAffineTransform)
The transform object whose matrix values should be copied to this object.
Return Value
A new transform object initialized with the matrix values of aTransform.
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.Foundation (Module: Monobjc.Foundation)