Compartir a través de


IScrollSnapPointsInfo.GetRegularSnapPoints Método

Definición

Obtiene la distancia entre puntos de acoplamiento regulares para una orientación y alineación especificadas.

public:
 float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, [Out] float & offset);
float GetRegularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment, [Out] float & offset);
public float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, out float offset);
Public Function GetRegularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment, ByRef offset As Single) As Single

Parámetros

orientation
Orientation

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

alignment
SnapPointsAlignment

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

offset
Single

float

Parámetro de salida. Desplazamiento del primer punto de acoplamiento.

Devoluciones

Single

float

Distancia entre los puntos de acoplamiento equidistantes. Devuelve 0 cuando no hay puntos de acoplamiento presentes.

Se aplica a