Freigeben über


NSLayoutManager.GetGlyph Methode

Definition

Überlädt

GetGlyph(nuint)

Ruft die Glyphe bei ab.

GetGlyph(nuint, Boolean)

Ruft die Glyphe als ab, und legt auf fest true , ob der Index gültig ist.

GetGlyph(nuint)

Ruft die Glyphe bei ab.

[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

Parameter

glyphIndex
System.System.UIntPtr System.unativeint

Gibt zurück

Attribute

Hinweise

Beim Aufrufen dieser Methode werden alle Glyphen bis und einschließlich der Glyphe bei generiert.

Gilt für:

GetGlyph(nuint, Boolean)

Ruft die Glyphe als ab, und legt auf fest true , ob der Index gültig ist.

[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

Parameter

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

Gibt zurück

Attribute

Gilt für: