AlignTopRightCorner

Shape.AlignTopRightCorner method

لنقل الصورة إلى الزاوية العلوية اليمنى .

public void AlignTopRightCorner(int topRow, int rightColumn)
معامليكتبوصف
topRowInt32فهرس الصف.
rightColumnInt32فهرس العمود.

أمثلة


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

أنظر أيضا