Class RasterCellSize

RasterCellSize class

Describes the size, scale and rotation of a raster cell on a map.

public class RasterCellSize : IRasterCellSize

Constructors

NameDescription
RasterCellSize()The default constructor.

Properties

NameDescription
Height { get; }Compute the pixel height.
ScaleX { get; set; }Gets or sets x-component of the pixel width (x-scale).
ScaleY { get; set; }Gets or sets y-component of the pixel height (y-scale), typically negative.
SkewX { get; set; }Gets or sets x-component of the pixel height (x-skew).
SkewY { get; set; }Gets or sets y-component of the pixel width (y-skew).
Width { get; }Compute the pixel width.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also