共用方式為


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

傳回

屬性

適用於