NSLayoutManager.TextContainerForGlyphAtIndex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性