Interface IRasterCellSize
Contents
[
Hide
]IRasterCellSize interface
Describes the size, scale and rotation of a raster cell on a map.
public interface IRasterCellSize
Properties
Name | Description |
---|---|
Height { get; } | Gets the cell or pixel height, always positive. |
ScaleX { get; } | Gets x-component of the cell or pixel width (x-scale). |
ScaleY { get; } | Gets y-component of the cell or pixel height (y-scale), typically negative. |
SkewX { get; } | Gets x-component of the cell or pixel height (x-skew). |
SkewY { get; } | Gets y-component of the cell or pixel width (y-skew). |
Width { get; } | Gets the cell or pixel width, always positive. |
See Also
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS