Class RasterRect
RasterRect class
Block of raster cells.
public class RasterRect
Constructors
Name | Description |
---|---|
RasterRect(int, int, int, int) | Create an instance of RasterRect . |
Properties
Name | Description |
---|---|
Height { get; } | Gets height (row count). |
Width { get; } | Gets width (columns count). |
X { get; } | Gets start column (x-coordinate). |
Y { get; } | Gets start row (y-coordinate). |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the current object. |
See Also
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS