Class RasterRect

RasterRect class

Block of raster cells.

public class RasterRect

Constructors

NameDescription
RasterRect(int, int, int, int)Create an instance of RasterRect.

Properties

NameDescription
Height { get; }Gets height (row count).
Width { get; }Gets width (columns count).
X { get; }Gets start column (x-coordinate).
Y { get; }Gets start row (y-coordinate).

Methods

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

See Also