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

返回

属性

适用于