NSLayoutManager.GetCGGlyph Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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