LoopingSelectorPanel.GetIrregularSnapPoints Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une collection de nombres en lecture seule qui représentent les points d’ancrage irréguliers pour 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 irréguliers pour l’orientation spécifiée, ou une collection vide lorsqu’aucun point d’ancrage irrégulier n’est présent.