다음을 통해 공유


NSImageRep 생성자

정의

오버로드

NSImageRep()
NSImageRep(NSCoder)
NSImageRep(NSObjectFlag)
NSImageRep(IntPtr)

NSImageRep()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSImageRep ();
특성

적용 대상

NSImageRep(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSImageRep(NSObjectFlag)

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

매개 변수

적용 대상

NSImageRep(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상