NSLayoutManager.LineFragmentRectForGlyphAtIndex 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
LineFragmentRectForGlyphAtIndex(nuint, NSRange) |
Obsolete.
Returns the rectangle for the line fragment in which the glyph at is laid out. |
LineFragmentRectForGlyphAtIndex(nuint) |
Obsolete.
The RectangleF enclosing the line fragment in which the given glyph is laid out. |
LineFragmentRectForGlyphAtIndex(nuint, NSRange)
Caution
Use 'GetLineFragmentRect' instead.
Returns the rectangle for the line fragment in which the glyph at is laid out.
[System.Obsolete("Use 'GetLineFragmentRect' instead.")]
public CoreGraphics.CGRect LineFragmentRectForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.LineFragmentRectForGlyphAtIndex : nuint * -> CoreGraphics.CGRect
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
- effectiveGlyphRange
- NSRange
On return, filled with the whole range of glyphs in the returned line fragment.
Returns
- Attributes
Applies to
LineFragmentRectForGlyphAtIndex(nuint)
Caution
Use 'GetLineFragmentRect' instead.
The RectangleF enclosing the line fragment in which the given glyph is laid out.
[System.Obsolete("Use 'GetLineFragmentRect' instead.")]
public CoreGraphics.CGRect LineFragmentRectForGlyphAtIndex (nuint glyphIndex);
member this.LineFragmentRectForGlyphAtIndex : nuint -> CoreGraphics.CGRect
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes