NSLayoutManager.LocationForGlyphAtIndex(nuint) Method

Definition

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.

Applies to