LoopingSelectorPanel.GetIrregularSnapPoints Método

Definición

Devuelve una colección de solo lectura de números que representan los puntos de acoplamiento irregulares para la orientación especificada.

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

Orientación de los puntos de acoplamiento solicitados.

alignment
SnapPointsAlignment

Alineación utilizada por el autor de la llamada al aplicar los puntos de acoplamiento solicitados.

Devoluciones

Colección de solo lectura de números que representan los puntos de acoplamiento irregulares para la orientación especificada o una colección vacía cuando no hay puntos de acoplamiento irregulares.

Implementaciones

Se aplica a