NSLayoutManager.GlyphAtIndex Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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