NSLayoutManager.TextContainerForGlyphAtIndex Method

Definition

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

Applies to