NSLayoutManager.GetCGGlyph Method

Definition

Overloads

GetCGGlyph(nuint)
GetCGGlyph(nuint, Boolean)

GetCGGlyph(nuint)

[Foundation.Export("CGGlyphAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetCGGlyph (nuint glyphIndex);
abstract member GetCGGlyph : nuint -> uint16
override this.GetCGGlyph : nuint -> uint16

Parameters

glyphIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to

GetCGGlyph(nuint, Boolean)

[Foundation.Export("CGGlyphAtIndex:isValidIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetCGGlyph (nuint glyphIndex, out bool isValidIndex);
abstract member GetCGGlyph : nuint *  -> uint16
override this.GetCGGlyph : nuint *  -> uint16

Parameters

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

Returns

Attributes

Applies to