Share via


NSLayoutManager.GetLineFragmentInsertionPoints Método

Definición

Sobrecargas

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

Rellena y con las posiciones e índices de los puntos de inserción de un fragmento de línea.

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

Parámetros

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

nativeint

characterIndexes
IntPtr

nativeint

Devoluciones

System.System.UIntPtr System.unativeint
Atributos

Se aplica a

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

Rellena y con las posiciones e índices de los puntos de inserción de un fragmento de línea.

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

Parámetros

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

System.System.IntPtr[]

System.nativeint[]

Devoluciones

System.System.UIntPtr System.unativeint

Número de puntos de inserción devueltos en y .

Se aplica a