StackPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) Método

Definición

Devuelve el conjunto de distancias entre puntos de acoplamiento irregulares para una orientación y alineación especificadas.

public:
 virtual IVectorView<float> ^ GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment) = GetIrregularSnapPoints;
IVectorView<float> GetIrregularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment);
public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment);
function getIrregularSnapPoints(orientation, alignment)
Public Function GetIrregularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList(Of Single)

Parámetros

orientation
Orientation

La orientación (dimensión) del conjunto de puntos de acoplamiento deseado.

alignment
SnapPointsAlignment

Alineación que se va a usar al aplicar los puntos de acoplamiento.

Devoluciones

Colección de solo lectura de distancias de punto de acoplamiento. Devuelve una colección vacía cuando no hay puntos de acoplamiento presentes.

Implementaciones

Se aplica a