NSLayoutManager.GetLineFragmentInsertionPoints Method

Definition

Overloads

GetLineFragmentInsertionPoints(nuint, Boolean, Boolean, IntPtr, IntPtr)
GetLineFragmentInsertionPoints(nuint, Boolean, Boolean, nfloat[], nint[])

Fills and with the positions and indices of the insertion points for a line fragment.

GetLineFragmentInsertionPoints(nuint, Boolean, Boolean, IntPtr, IntPtr)

[Foundation.Export("getLineFragmentInsertionPointsForCharacterAtIndex:alternatePositions:inDisplayOrder:positions:characterIndexes:")]
protected virtual nuint GetLineFragmentInsertionPoints (nuint characterIndex, bool alternatePositions, bool inDisplayOrder, IntPtr positions, IntPtr characterIndexes);
abstract member GetLineFragmentInsertionPoints : nuint * bool * bool * nativeint * nativeint -> nuint
override this.GetLineFragmentInsertionPoints : nuint * bool * bool * nativeint * nativeint -> nuint

Parameters

characterIndex
System.System.UIntPtr System.unativeint
alternatePositions
Boolean
inDisplayOrder
Boolean
positions
IntPtr

nativeint

characterIndexes
IntPtr

nativeint

Returns

System.System.UIntPtr System.unativeint
Attributes

Applies to

GetLineFragmentInsertionPoints(nuint, Boolean, Boolean, nfloat[], nint[])

Fills and with the positions and indices of the insertion points for a line fragment.

public nuint GetLineFragmentInsertionPoints (nuint charIndex, bool alternatePosition, bool inDisplayOrder, nfloat[] positions, nint[] charIndexes);
member this.GetLineFragmentInsertionPoints : nuint * bool * bool * nfloat[] * nint[] -> nuint

Parameters

charIndex
System.System.UIntPtr System.unativeint
alternatePosition
Boolean
inDisplayOrder
Boolean
positions
nfloat[]
charIndexes

System.System.IntPtr[]

System.nativeint[]

Returns

System.System.UIntPtr System.unativeint

The number of insertion points returned in and .

Applies to