NSLayoutManager.TextContainerForGlyphAtIndex 方法

定义

重载

TextContainerForGlyphAtIndex(nuint)
已过时.

在其中布局指定字形的 NSTextContainer。

TextContainerForGlyphAtIndex(nuint, NSRange)
已过时.

获取包含 NSTextContainer 处的字形的 。

TextContainerForGlyphAtIndex(nuint)

注意

Use 'GetTextContainer' instead.

在其中布局指定字形的 NSTextContainer。

[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex);
member this.TextContainerForGlyphAtIndex : nuint -> UIKit.NSTextContainer

参数

glyphIndex
System.System.UIntPtr System.unativeint

返回

属性

适用于

TextContainerForGlyphAtIndex(nuint, NSRange)

注意

Use 'GetTextContainer' instead.

获取包含 NSTextContainer 处的字形的 。

[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.TextContainerForGlyphAtIndex : nuint *  -> UIKit.NSTextContainer

参数

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

返回

属性

适用于