RasterRect.RasterRect

RasterRect constructor

创建实例RasterRect.

public RasterRect(int x, int y, int width, int height)
范围类型描述
xInt32左上角(起始列)的 x 坐标。编号从 0 开始。
yInt32左上角(起始行)的 y 坐标。编号从 0 开始。
widthInt32宽度值(列数)。
heightInt32高度值(行数)。

也可以看看