NSLayoutManager.LineFragmentUsedRectForGlyphAtIndex 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
LineFragmentUsedRectForGlyphAtIndex(nuint) |
Obsolete.
The RectangleF enclosing the line fragment for the glyph at the specified glyphIndex. |
LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange) |
Obsolete.
Returns the usage rectangle for the line fragment in which the glyph at is laid out. |
LineFragmentUsedRectForGlyphAtIndex(nuint)
Caution
Use 'GetLineFragmentUsedRect' instead.
The RectangleF enclosing the line fragment for the glyph at the specified glyphIndex.
[System.Obsolete("Use 'GetLineFragmentUsedRect' instead.")]
public CoreGraphics.CGRect LineFragmentUsedRectForGlyphAtIndex (nuint glyphIndex);
member this.LineFragmentUsedRectForGlyphAtIndex : nuint -> CoreGraphics.CGRect
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes
Applies to
LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)
Caution
Use 'GetLineFragmentUsedRect' instead.
Returns the usage rectangle for the line fragment in which the glyph at is laid out.
[System.Obsolete("Use 'GetLineFragmentUsedRect' instead.")]
public CoreGraphics.CGRect LineFragmentUsedRectForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.LineFragmentUsedRectForGlyphAtIndex : nuint * -> CoreGraphics.CGRect
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
- effectiveGlyphRange
- NSRange
Returns
- Attributes