共用方式為


NSLayoutManager.GetGlyphRange 方法

定義

多載

GetGlyphRange(NSRange, NSRange)
GetGlyphRange(NSRange, IntPtr)
GetGlyphRange(NSRange)
GetGlyphRange(NSTextContainer)

所指定 NSTextContainer 中所包含的字元索引範圍。

GetGlyphRange(NSRange, NSRange)

public Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange, out Foundation.NSRange actualCharacterRange);
member this.GetGlyphRange : Foundation.NSRange *  -> Foundation.NSRange

參數

characterRange
NSRange
actualCharacterRange
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)

public Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange);
member this.GetGlyphRange : Foundation.NSRange -> Foundation.NSRange

參數

characterRange
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

傳回

屬性

適用於