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.

C# | Visual Basic | Visual C++ |
public NSAffineTransform( NSAffineTransform aTransform )
Public Sub New ( _ aTransform As NSAffineTransform _ )
public: NSAffineTransform( NSAffineTransform^ aTransform )

- aTransform (NSAffineTransform)
- The transform object whose matrix values should be copied to this object.

A new transform object initialized with the matrix values of aTransform.

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