NSLayoutManager.GlyphAtIndex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GlyphAtIndex(nint) | |
GlyphAtIndex(nint, Boolean) |
GlyphAtIndex(nint)
[Foundation.Export("glyphAtIndex:")]
public virtual uint GlyphAtIndex (nint glyphIndex);
abstract member GlyphAtIndex : nint -> uint32
override this.GlyphAtIndex : nint -> uint32
參數
- glyphIndex
- System.System.IntPtr System.nativeint
傳回
- 屬性
適用於
GlyphAtIndex(nint, Boolean)
[Foundation.Export("glyphAtIndex:isValidIndex:")]
public virtual uint GlyphAtIndex (nint glyphIndex, ref bool isValidIndex);
abstract member GlyphAtIndex : nint * -> uint32
override this.GlyphAtIndex : nint * -> uint32
參數
- glyphIndex
- System.System.IntPtr System.nativeint
- isValidIndex
- Boolean
傳回
- 屬性