NSLayoutManager.TextContainerForGlyphAtIndex 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
TextContainerForGlyphAtIndex(nuint) |
Obsolete.
The NSTextContainer in which the specified glyph is laid out. |
TextContainerForGlyphAtIndex(nuint, NSRange) |
Obsolete.
Gets the NSTextContainer containing the glyph at . |
TextContainerForGlyphAtIndex(nuint)
Caution
Use 'GetTextContainer' instead.
The NSTextContainer in which the specified glyph is laid out.
[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex);
member this.TextContainerForGlyphAtIndex : nuint -> UIKit.NSTextContainer
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes
Applies to
TextContainerForGlyphAtIndex(nuint, NSRange)
Caution
Use 'GetTextContainer' instead.
Gets the NSTextContainer containing the glyph at .
[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.TextContainerForGlyphAtIndex : nuint * -> UIKit.NSTextContainer
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
- effectiveGlyphRange
- NSRange
Returns
- Attributes