NSLayoutManager.GetGlyph 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetGlyph(nuint) |
擷取 位於 的字元。 |
GetGlyph(nuint, Boolean) |
擷取圖像為 ,如果索引有效,則設定 |
GetGlyph(nuint)
擷取 位於 的字元。
[Foundation.Export("CGGlyphAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex);
abstract member GetGlyph : nuint -> uint16
override this.GetGlyph : nuint -> uint16
參數
- glyphIndex
- System.System.UIntPtr System.unativeint
傳回
- 屬性
備註
呼叫這個方法會產生所有字元,包括 位於 的字元。
適用於
GetGlyph(nuint, Boolean)
擷取圖像為 ,如果索引有效,則設定 true
為 。
[Foundation.Export("CGGlyphAtIndex:isValidIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex, ref bool isValidIndex);
abstract member GetGlyph : nuint * -> uint16
override this.GetGlyph : nuint * -> uint16
參數
- glyphIndex
- System.System.UIntPtr System.unativeint
- isValidIndex
- Boolean
傳回
- 屬性