Interface IRasterCellSize

IRasterCellSize interface

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

public interface IRasterCellSize

Properties

NameDescription
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