NSLayoutManager.GetLineFragmentInsertionPoints Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- 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
Número de puntos de inserción devueltos en y .