NSLayoutManager.GetCharacterRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetCharacterRange(NSRange) | |
| GetCharacterRange(NSRange, NSRange) | |
| GetCharacterRange(NSRange, IntPtr) |
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