RasterGeometry.RasterGeometry Constructor
RasterGeometry(Rectangle bounds, Raster raster)
Initializes a new instance of the RasterGeometry class.Syntax
public RasterGeometry (
Rectangle bounds,
Raster raster
)
Parameters
bounds
Type: Rectangle
The bounding rectangle of the geometry.
The bounding rectangle of the geometry.
raster
Type: Raster
The raster.
The raster.
Remarks
Note
This constructor throws an exception if the new RasterGeometry cannot take over ownership of raster.
Platforms
Windows, Linux, Android