NSLayoutManager.GetGlyph 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
GetGlyph(nuint) |
Récupère le glyphe à l’emplacement . |
GetGlyph(nuint, Boolean) |
Récupère le glyphe sous la forme , paramètre sur |
GetGlyph(nuint)
Récupère le glyphe à l’emplacement .
[Foundation.Export("CGGlyphAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex);
abstract member GetGlyph : nuint -> uint16
override this.GetGlyph : nuint -> uint16
Paramètres
- glyphIndex
- System.System.UIntPtr System.unativeint
Retours
- Attributs
Remarques
L’appel de cette méthode génère tous les glyphes jusqu’à et y compris le glyphe à .
S’applique à
GetGlyph(nuint, Boolean)
Récupère le glyphe sous la forme , paramètre sur true
si l’index est valide.
[Foundation.Export("CGGlyphAtIndex:isValidIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex, ref bool isValidIndex);
abstract member GetGlyph : nuint * -> uint16
override this.GetGlyph : nuint * -> uint16
Paramètres
- glyphIndex
- System.System.UIntPtr System.unativeint
- isValidIndex
- Boolean
Retours
- Attributs