RasterRect Class

Summary: Block of raster cells.

Module: aspose.gis.raster

Full Name: aspose.gis.raster.RasterRect

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
RasterRect(x, y, width, height)Create an instance of RasterRect.

Properties

NameTypeAccessDescription
heightintrGets height (row count).
widthintrGets width (columns count).
xintrGets start column (x-coordinate).
yintrGets start row (y-coordinate).

Constructor: RasterRect(x, y, width, height)

 RasterRect(x, y, width, height) 

Create an instance of RasterRect.

Parameters:

ParameterTypeDescription
xintThe x-coordinate of the upper-left corner (start column). Numbering starts at 0.
yintThe y-coordinate of the upper-left corner (start row). Numbering starts at 0.
widthintThe value for width (column count).
heightintThe value for height (row count).