NSImageRep 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
NSImageRep() | |
NSImageRep(NSCoder) | |
NSImageRep(NSObjectFlag) | |
NSImageRep(IntPtr) |
NSImageRep()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSImageRep ();
- Attributes
Applies to
NSImageRep(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSImageRep (Foundation.NSCoder coder);
new AppKit.NSImageRep : Foundation.NSCoder -> AppKit.NSImageRep
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSImageRep(NSObjectFlag)
protected NSImageRep (Foundation.NSObjectFlag t);
new AppKit.NSImageRep : Foundation.NSObjectFlag -> AppKit.NSImageRep
Parameters
Applies to
NSImageRep(IntPtr)
protected internal NSImageRep (IntPtr handle);
new AppKit.NSImageRep : nativeint -> AppKit.NSImageRep
Parameters
- handle
-
IntPtr
nativeint