Partager via


NSLayoutManager.GetGlyph Méthode

Définition

Surcharges

GetGlyph(nuint)

Récupère le glyphe à l’emplacement .

GetGlyph(nuint, Boolean)

Récupère le glyphe sous la forme , paramètre sur true si l’index est valide.

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

S’applique à