AlignTopRightCorner

Shape.AlignTopRightCorner method

将图片移动到右上角。

public void AlignTopRightCorner(int topRow, int rightColumn)
范围类型描述
topRowInt32行索引。
rightColumnInt32列索引。

例子


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

也可以看看