NSLayoutManager.GlyphAtIndex 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
GlyphAtIndex(nint) | |
GlyphAtIndex(nint, Boolean) |
GlyphAtIndex(nint)
[Foundation.Export("glyphAtIndex:")]
public virtual uint GlyphAtIndex (nint glyphIndex);
abstract member GlyphAtIndex : nint -> uint32
override this.GlyphAtIndex : nint -> uint32
Parameters
- glyphIndex
- System.System.IntPtr System.nativeint
Returns
- Attributes
Applies to
GlyphAtIndex(nint, Boolean)
[Foundation.Export("glyphAtIndex:isValidIndex:")]
public virtual uint GlyphAtIndex (nint glyphIndex, ref bool isValidIndex);
abstract member GlyphAtIndex : nint * -> uint32
override this.GlyphAtIndex : nint * -> uint32
Parameters
- glyphIndex
- System.System.IntPtr System.nativeint
- isValidIndex
- Boolean
Returns
- Attributes