NSLayoutManager.GetCharacterRange Method

Definition

Overloads

GetCharacterRange(NSRange)
GetCharacterRange(NSRange, NSRange)
GetCharacterRange(NSRange, IntPtr)

GetCharacterRange(NSRange)

public Foundation.NSRange GetCharacterRange (Foundation.NSRange glyphRange);
member this.GetCharacterRange : Foundation.NSRange -> Foundation.NSRange

Parameters

glyphRange
NSRange

Returns

Applies to

GetCharacterRange(NSRange, NSRange)

public Foundation.NSRange GetCharacterRange (Foundation.NSRange glyphRange, out Foundation.NSRange actualGlyphRange);
member this.GetCharacterRange : Foundation.NSRange *  -> Foundation.NSRange

Parameters

glyphRange
NSRange
actualGlyphRange
NSRange

Returns

Applies to

GetCharacterRange(NSRange, IntPtr)

[Foundation.Export("characterRangeForGlyphRange:actualGlyphRange:")]
protected virtual Foundation.NSRange GetCharacterRange (Foundation.NSRange glyphRange, IntPtr actualGlyphRange);
abstract member GetCharacterRange : Foundation.NSRange * nativeint -> Foundation.NSRange
override this.GetCharacterRange : Foundation.NSRange * nativeint -> Foundation.NSRange

Parameters

glyphRange
NSRange
actualGlyphRange
IntPtr

nativeint

Returns

Attributes

Applies to