CTRun.GetStringIndices Method

Definition

Overloads

GetStringIndices()
GetStringIndices(NSRange)
GetStringIndices(NSRange, nint[])

GetStringIndices()

public nint[] GetStringIndices ();
member this.GetStringIndices : unit -> nint[]

Returns

System.System.IntPtr[]

System.nativeint[]

Applies to

GetStringIndices(NSRange)

public nint[] GetStringIndices (Foundation.NSRange range);
member this.GetStringIndices : Foundation.NSRange -> nint[]

Parameters

range
NSRange

Returns

System.System.IntPtr[]

System.nativeint[]

Applies to

GetStringIndices(NSRange, nint[])

public nint[] GetStringIndices (Foundation.NSRange range, nint[] buffer);
member this.GetStringIndices : Foundation.NSRange * nint[] -> nint[]

Parameters

range
NSRange
buffer

System.System.IntPtr[]

System.nativeint[]

Returns

System.System.IntPtr[]

System.nativeint[]

Applies to