Compartilhar via


NSLayoutManager.GlyphAtIndex Método

Definição

Sobrecargas

GlyphAtIndex(nuint)

Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez disso.

GlyphAtIndex(nuint, Boolean)

Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez desse método preterido.

GlyphAtIndex(nuint)

Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez disso.

[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

Parâmetros

glyphIndex
System.System.UIntPtr System.unativeint

Retornos

Atributos

Aplica-se a

GlyphAtIndex(nuint, Boolean)

Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez desse método preterido.

[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

Parâmetros

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

Retornos

Atributos

Aplica-se a