RasterCellSize Class
Contents
[
Hide
]Summary: Describes the size, scale and rotation of a raster cell on a map.
Module: aspose.gis.raster
Full Name: aspose.gis.raster.RasterCellSize
Inheritance: IRasterCellSize
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| RasterCellSize() | Create an instance of RasterCellSize. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | double | r | Compute the pixel height. |
| scale_x | double | r/w | Gets or sets x-component of the pixel width (x-scale). |
| scale_y | double | r/w | Gets or sets y-component of the pixel height (y-scale), typically negative. |
| skew_x | double | r/w | Gets or sets x-component of the pixel height (x-skew). |
| skew_y | double | r/w | Gets or sets y-component of the pixel width (y-skew). |
| width | double | r | Compute the pixel width. |
Constructor: RasterCellSize()
RasterCellSize()
Create an instance of RasterCellSize.