MonobjcMonobjc Documented Class Library
NSEPSImageRep Constructor
NamespacesMonobjc.AppKitNSEPSImageRepNSEPSImageRep()()()()
Members
IconMemberDescription
NSEPSImageRep(NSData)

Returns an NSEPSImageRep object initialized with the specified EPS data.

Original signature is '- (id)initWithData:(NSData *)epsData'

Available in Mac OS X v10.0 and later.


NSEPSImageRep(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSEPSImageRep()()()()
Initializes a new instance of the NSEPSImageRep class.

NSEPSImageRep(IntPtr)
Initializes a new instance of the NSEPSImageRep class.

NSEPSImageRep(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSEPSImageRep class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)