NSLayoutManager.GetGlyph Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetGlyph(nuint) |
Ruft die Glyphe bei ab. |
GetGlyph(nuint, Boolean) |
Ruft die Glyphe als ab, und legt auf fest |
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