Move
GridPicture.Move method
将图片移动到指定位置。
public void Move(int upperLeftRow, int upperLeftColumn)
范围 | 类型 | 描述 |
---|---|---|
upperLeftRow | Int32 | 左上行索引。 |
upperLeftColumn | Int32 | 左上列索引。 |
将图片移动到指定位置。
public void Move(int upperLeftRow, int upperLeftColumn)
范围 | 类型 | 描述 |
---|---|---|
upperLeftRow | Int32 | 左上行索引。 |
upperLeftColumn | Int32 | 左上列索引。 |