WarpOptions.Width

WarpOptions.Width property

Specifies output raster width in pixels and columns. If the value is set to 0, the width is automatically computed. The default value is “0”.

public int Width { get; set; }

Remarks

If the width is set to 0, the value will be taken from the original width or computed from CellWidth. Note that Width cannot be used with CellWidth.

See Also