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.
| C# | Visual Basic | Visual C++ |
public static void Set( this NSAffineTransform __target )
<ExtensionAttribute> _ Public Shared Sub Set ( _ __target As NSAffineTransform _ )
[ExtensionAttribute] public: static void Set( NSAffineTransform^ __target )
- __target (NSAffineTransform)
- The target instance.
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)