NSEPSImageRep Constructors

Definition

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

Applies to