MonobjcMonobjc Documented Class Library
NSCustomImageRep Constructor
NamespacesMonobjc.AppKitNSCustomImageRepNSCustomImageRep()()()()
Members
IconMemberDescription
NSCustomImageRep(IntPtr, Id)

Returns an NSCustomImageRep object initialized with the specified delegate information.

Original signature is '- (id)initWithDrawSelector:(SEL)aMethod delegate:(id)anObject'

Available in Mac OS X v10.0 and later.


NSCustomImageRep(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.


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

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

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

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