共用方式為


NSLayoutManager.GlyphAtIndex 方法

定義

多載

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

傳回

屬性

適用於