NSCustomImageRep Constructors

Definition

Overloads

NSCustomImageRep(NSCoder)
NSCustomImageRep(NSObjectFlag)
NSCustomImageRep(IntPtr)
NSCustomImageRep(Selector, NSObject)
NSCustomImageRep(CGSize, Boolean, NSCustomImageRepDrawingHandler)

NSCustomImageRep(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSCustomImageRep (Foundation.NSCoder coder);
new AppKit.NSCustomImageRep : Foundation.NSCoder -> AppKit.NSCustomImageRep

Parameters

coder
NSCoder
Attributes

Applies to

NSCustomImageRep(NSObjectFlag)

protected NSCustomImageRep (Foundation.NSObjectFlag t);
new AppKit.NSCustomImageRep : Foundation.NSObjectFlag -> AppKit.NSCustomImageRep

Parameters

Applies to

NSCustomImageRep(IntPtr)

protected internal NSCustomImageRep (IntPtr handle);
new AppKit.NSCustomImageRep : nativeint -> AppKit.NSCustomImageRep

Parameters

handle
IntPtr

nativeint

Applies to

NSCustomImageRep(Selector, NSObject)

[Foundation.Export("initWithDrawSelector:delegate:")]
public NSCustomImageRep (ObjCRuntime.Selector drawSelectorMethod, Foundation.NSObject delegateObject);
new AppKit.NSCustomImageRep : ObjCRuntime.Selector * Foundation.NSObject -> AppKit.NSCustomImageRep

Parameters

drawSelectorMethod
Selector
delegateObject
NSObject
Attributes

Applies to

NSCustomImageRep(CGSize, Boolean, NSCustomImageRepDrawingHandler)

[Foundation.Export("initWithSize:flipped:drawingHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public NSCustomImageRep (CoreGraphics.CGSize size, bool flipped, AppKit.NSCustomImageRepDrawingHandler drawingHandler);
new AppKit.NSCustomImageRep : CoreGraphics.CGSize * bool * AppKit.NSCustomImageRepDrawingHandler -> AppKit.NSCustomImageRep

Parameters

size
CGSize
flipped
Boolean
Attributes

Applies to