IRasterCellSize Class
Summary: Describes the size, scale and rotation of a raster cell on a map.
Module: aspose.gis.raster
Full Name: aspose.gis.raster.IRasterCellSize
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | double | r | Gets the cell or pixel height, always positive. |
| scale_x | double | r | Gets x-component of the cell or pixel width (x-scale). |
| scale_y | double | r | Gets y-component of the cell or pixel height (y-scale), typically negative. |
| skew_x | double | r | Gets x-component of the cell or pixel height (x-skew). |
| skew_y | double | r | Gets y-component of the cell or pixel width (y-skew). |
| width | double | r | Gets the cell or pixel width, always positive. |