NSLayoutManager.GetGlyphRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetGlyphRange(NSRange, NSRange) | |
GetGlyphRange(NSRange, IntPtr) | |
GetGlyphRange(NSRange) | |
GetGlyphRange(NSTextContainer) |
所指定 NSTextContainer 中所包含的字元索引範圍。 |
GetGlyphRange(NSRange, NSRange)
GetGlyphRange(NSRange, IntPtr)
[Foundation.Export("glyphRangeForCharacterRange:actualCharacterRange:")]
protected virtual Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange, IntPtr actualCharacterRange);
abstract member GetGlyphRange : Foundation.NSRange * nativeint -> Foundation.NSRange
override this.GetGlyphRange : Foundation.NSRange * nativeint -> Foundation.NSRange
參數
- characterRange
- NSRange
- actualCharacterRange
-
IntPtr
nativeint
傳回
- 屬性
適用於
GetGlyphRange(NSRange)
GetGlyphRange(NSTextContainer)
所指定 NSTextContainer 中所包含的字元索引範圍。
[Foundation.Export("glyphRangeForTextContainer:")]
public virtual Foundation.NSRange GetGlyphRange (UIKit.NSTextContainer container);
abstract member GetGlyphRange : UIKit.NSTextContainer -> Foundation.NSRange
override this.GetGlyphRange : UIKit.NSTextContainer -> Foundation.NSRange
參數
- container
- NSTextContainer
傳回
- 屬性