RasterCellSize Class

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

NameDescription
RasterCellSize()Create an instance of RasterCellSize.

Properties

NameTypeAccessDescription
heightdoublerCompute the pixel height.
scale_xdoubler/wGets or sets x-component of the pixel width (x-scale).
scale_ydoubler/wGets or sets y-component of the pixel height (y-scale), typically negative.
skew_xdoubler/wGets or sets x-component of the pixel height (x-skew).
skew_ydoubler/wGets or sets y-component of the pixel width (y-skew).
widthdoublerCompute the pixel width.

Constructor: RasterCellSize()

 RasterCellSize() 

Create an instance of RasterCellSize.