RasterRect Class
Contents
[
Hide
]Summary: Block of raster cells.
Module: aspose.gis.raster
Full Name: aspose.gis.raster.RasterRect
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| RasterRect(x, y, width, height) | Create an instance of RasterRect. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | int | r | Gets height (row count). |
| width | int | r | Gets width (columns count). |
| x | int | r | Gets start column (x-coordinate). |
| y | int | r | Gets start row (y-coordinate). |
Constructor: RasterRect(x, y, width, height)
RasterRect(x, y, width, height)
Create an instance of RasterRect.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | int | The x-coordinate of the upper-left corner (start column). Numbering starts at 0. |
| y | int | The y-coordinate of the upper-left corner (start row). Numbering starts at 0. |
| width | int | The value for width (column count). |
| height | int | The value for height (row count). |