ItemsPresenter.GetIrregularSnapPoints Méthode

Définition

Renvoie une collection de nombres en lecture seule qui représentent les points d’ancrage de l’orientation spécifiée.

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)

Paramètres

orientation
Orientation

Orientation des points d’ancrage demandés.

alignment
SnapPointsAlignment

Alignement utilisé par l’appelant lors de l’application des points d’ancrage demandés.

Retours

Collection en lecture seule de nombres qui représentent les points d’ancrage pour l’orientation spécifiée, ou collection vide lorsqu’aucun point d’ancrage n’est présent.

Implémente

S’applique à