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