Partager via


NSLayoutManager.GlyphAtIndex Méthode

Définition

Surcharges

GlyphAtIndex(nuint)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser M:UIKit.NSLayoutManager.GetGlyph* à la place.

GlyphAtIndex(nuint, Boolean)

Les développeurs doivent utiliser M:UIKit.NSLayoutManager.GetGlyph* plutôt que cette méthode dépréciée.

GlyphAtIndex(nuint)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser M:UIKit.NSLayoutManager.GetGlyph* à la place.

[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

Paramètres

glyphIndex
System.System.UIntPtr System.unativeint

Retours

Attributs

S’applique à

GlyphAtIndex(nuint, Boolean)

Les développeurs doivent utiliser M:UIKit.NSLayoutManager.GetGlyph* plutôt que cette méthode dépréciée.

[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

Paramètres

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

Retours

Attributs

S’applique à