NSLayoutManager.LocationForGlyphAtIndex(nuint) 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.
The location of the glyph at the specified index, relative to the containing line fragment's origin.
[Foundation.Export("locationForGlyphAtIndex:")]
public virtual CoreGraphics.CGPoint LocationForGlyphAtIndex (nuint glyphIndex);
abstract member LocationForGlyphAtIndex : nuint -> CoreGraphics.CGPoint
override this.LocationForGlyphAtIndex : nuint -> CoreGraphics.CGPoint
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes
Remarks
This method will layout and generate glyphs for the line fragment containing the glyph at glyphIndex
.