align_top_right_corner méthode

align_top_right_corner(top_row, right_column)

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

def align_top_right_corner(self, top_row, right_column):
    ...
ParamètreTaperDescription
top_rowintl’indice de ligne.
right_columnintl’indice de colonne.

Exemple


shape.align_top_right_corner(2, 5)

Voir également