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

返回

属性

适用于