RasterRect.RasterRect

RasterRect constructor

Create an instance of RasterRect.

public RasterRect(int x, int y, int width, int height)
ParameterTypeDescription
xInt32The x-coordinate of the upper-left corner (start column). Numbering starts at 0.
yInt32The y-coordinate of the upper-left corner (start row). Numbering starts at 0.
widthInt32The value for width (column count).
heightInt32The value for height (row count).

See Also