NSLayoutManager.GlyphAtIndex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GlyphAtIndex(nuint) |
開發人員不應該使用此已被取代的方法。 開發人員應該改用 M:UIKit.NSLayoutManager.GetGlyph* 。 |
GlyphAtIndex(nuint, Boolean) |
開發人員應該使用 M:UIKit.NSLayoutManager.GetGlyph* ,而不是這個已被取代的方法。 |
GlyphAtIndex(nuint)
開發人員不應該使用此已被取代的方法。 開發人員應該改用 M:UIKit.NSLayoutManager.GetGlyph* 。
[Foundation.Export("glyphAtIndex:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'GetGlyph' instead.")]
public virtual ushort GlyphAtIndex (nuint glyphIndex);
abstract member GlyphAtIndex : nuint -> uint16
override this.GlyphAtIndex : nuint -> uint16
參數
- glyphIndex
- System.System.UIntPtr System.unativeint
傳回
- 屬性
適用於
GlyphAtIndex(nuint, Boolean)
開發人員應該使用 M:UIKit.NSLayoutManager.GetGlyph* ,而不是這個已被取代的方法。
[Foundation.Export("glyphAtIndex:isValidIndex:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'GetGlyph' instead.")]
public virtual ushort GlyphAtIndex (nuint glyphIndex, ref bool isValidIndex);
abstract member GlyphAtIndex : nuint * -> uint16
override this.GlyphAtIndex : nuint * -> uint16
參數
- glyphIndex
- System.System.UIntPtr System.unativeint
- isValidIndex
- Boolean
傳回
- 屬性