AlignTopRightCorner

Shape.AlignTopRightCorner method

Resmi sağ üst köşeye taşır.

public void AlignTopRightCorner(int topRow, int rightColumn)
ParametreTipTanım
topRowInt32satır indeksi.
rightColumnInt32sütun indeksi.

Örnekler


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

Ayrıca bakınız