NSAffineTransform Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSAffineTransform() | |
NSAffineTransform(NSAffineTransform) | |
NSAffineTransform(NSCoder) | |
NSAffineTransform(NSObjectFlag) | |
NSAffineTransform(IntPtr) |
NSAffineTransform()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSAffineTransform ();
- Attributes
Applies to
NSAffineTransform(NSAffineTransform)
[Foundation.Export("initWithTransform:")]
public NSAffineTransform (Foundation.NSAffineTransform transform);
new Foundation.NSAffineTransform : Foundation.NSAffineTransform -> Foundation.NSAffineTransform
Parameters
- transform
- NSAffineTransform
- Attributes
Applies to
NSAffineTransform(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSAffineTransform (Foundation.NSCoder coder);
new Foundation.NSAffineTransform : Foundation.NSCoder -> Foundation.NSAffineTransform
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSAffineTransform(NSObjectFlag)
protected NSAffineTransform (Foundation.NSObjectFlag t);
new Foundation.NSAffineTransform : Foundation.NSObjectFlag -> Foundation.NSAffineTransform
Parameters
Applies to
NSAffineTransform(IntPtr)
protected internal NSAffineTransform (IntPtr handle);
new Foundation.NSAffineTransform : nativeint -> Foundation.NSAffineTransform
Parameters
- handle
-
IntPtr
nativeint