다음을 통해 공유


NSGlyphInfo 생성자

정의

오버로드

NSGlyphInfo()
NSGlyphInfo(NSCoder)
NSGlyphInfo(NSObjectFlag)
NSGlyphInfo(IntPtr)

NSGlyphInfo()

[Foundation.Export("init")]
public NSGlyphInfo ();
특성

적용 대상

NSGlyphInfo(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSGlyphInfo(NSObjectFlag)

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

매개 변수

적용 대상

NSGlyphInfo(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상