다음을 통해 공유


NSCustomImageRep 생성자

정의

오버로드

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

매개 변수

coder
NSCoder
특성

적용 대상

NSCustomImageRep(NSObjectFlag)

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

매개 변수

적용 대상

NSCustomImageRep(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

NSCustomImageRep(Selector, NSObject)

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

매개 변수

drawSelectorMethod
Selector
delegateObject
NSObject
특성

적용 대상

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

매개 변수

size
CGSize
flipped
Boolean
특성

적용 대상