Share via


NSLayoutManager.GetCharacterRange Method

Definition

Overloads

GetCharacterRange(NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSRange GetCharacterRange(Foundation.NSRange glyphRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetCharacterRange : Foundation.NSRange -> Foundation.NSRange

Parameters

glyphRange
NSRange

Returns

Attributes

Applies to

GetCharacterRange(NSRange, NSRange)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public Foundation.NSRange GetCharacterRange(Foundation.NSRange glyphRange, out Foundation.NSRange actualGlyphRange);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.GetCharacterRange : Foundation.NSRange * NSRange -> Foundation.NSRange

Parameters

glyphRange
NSRange
actualGlyphRange
NSRange

Returns

Attributes

Applies to

GetCharacterRange(NSRange, IntPtr)

[Foundation.Export("characterRangeForGlyphRange:actualGlyphRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual Foundation.NSRange GetCharacterRange(Foundation.NSRange glyphRange, IntPtr actualGlyphRange);
[<Foundation.Export("characterRangeForGlyphRange:actualGlyphRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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