LoopingSelectorPanel.GetRegularSnapPoints 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 en lecture seule de nombres qui représentent les points d’ancrage réguliers pour l’orientation spécifiée.
public:
virtual float GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, [Out] float & offset) = GetRegularSnapPoints;
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
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.
- offset
-
Single
float
Décalage du premier point d’ancrage.
Retours
float
Collection en lecture seule de nombres qui représentent les points d’ancrage réguliers pour l’orientation spécifiée, ou collection vide lorsqu’aucun point d’ancrage normal n’est présent.