RasterRect.RasterRect

RasterRect constructor

のインスタンスを作成しますRasterRect .

public RasterRect(int x, int y, int width, int height)
パラメータタイプ説明
xInt32左上隅 (開始列) の x 座標。番号付けは 0 から始まります。
yInt32左上隅 (開始行) の y 座標。番号付けは 0 から始まります。
widthInt32幅の値 (列数)。
heightInt32高さの値 (行数)。

関連項目