Compartir a través de


NSLayoutManager.GlyphAtIndex Método

Definición

Sobrecargas

GlyphAtIndex(nuint)

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar M:UIKit.NSLayoutManager.GetGlyph* en su lugar.

GlyphAtIndex(nuint, Boolean)

Los desarrolladores deben usar M:UIKit.NSLayoutManager.GetGlyph* en lugar de este método en desuso.

GlyphAtIndex(nuint)

Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar M:UIKit.NSLayoutManager.GetGlyph* en su lugar.

[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

Devoluciones

Atributos

Se aplica a

GlyphAtIndex(nuint, Boolean)

Los desarrolladores deben usar M:UIKit.NSLayoutManager.GetGlyph* en lugar de este método en desuso.

[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

Devoluciones

Atributos

Se aplica a