NSLayoutManager.LocationForGlyphAtIndex(nuint) 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.
Emplacement du glyphe à l’index spécifié, par rapport à l’origine du fragment de ligne contenant.
[Foundation.Export("locationForGlyphAtIndex:")]
public virtual CoreGraphics.CGPoint LocationForGlyphAtIndex (nuint glyphIndex);
abstract member LocationForGlyphAtIndex : nuint -> CoreGraphics.CGPoint
override this.LocationForGlyphAtIndex : nuint -> CoreGraphics.CGPoint
Paramètres
- glyphIndex
- System.System.UIntPtr System.unativeint
Retours
- Attributs
Remarques
Cette méthode met en page et génère des glyphes pour le fragment de ligne contenant le glyphe à glyphIndex
.