WarpOptions.CellHeight

WarpOptions.CellHeight property

Specifies a new height of the raster cell (in target georeferenced units). If the value is set to 0, the CellHeight is automatically computed. The default value is “0”.

public double CellHeight { get; set; }

Remarks

If the cell height is set to 0, the value will be taken from the original cell height or computed from Height. Note that CellHeight cannot be used with Height.

See Also