AlignTopRightCorner

Shape.AlignTopRightCorner method

Déplace l’image vers le coin supérieur droit.

public void AlignTopRightCorner(int topRow, int rightColumn)
ParamètreTaperLa description
topRowInt32l’indice de ligne.
rightColumnInt32l’indice de colonne.

Exemples


[C#]
shape.AlignTopRightCorner(2, 5);

Voir également