Raster.Raster Constructors
Initializes a new instance of the Raster class.
Overload List
Name | Description | |
---|---|---|
Public method | Raster(System.Int32 width, System.Int32 height, RasterFormat format) | Initializes a new instance of the Raster class with the specified size and data type. |
Public method | Raster(System.Int32 width, System.Int32 height, RasterFormat format, Palette palette) | Initializes a new instance of the Raster class with the specified size and data type. |
Raster(System.Int32 width, System.Int32 height, RasterFormat format)
Initializes a new instance of the Raster class with the specified size and data type.Syntax
public Raster (
System.Int32 width,
System.Int32 height,
RasterFormat format
)
Parameters
width
Type: System.Int32
The width of the raster.
The width of the raster.
height
Type: System.Int32
The height of the raster.
The height of the raster.
format
Type: RasterFormat
The type of data that will be stored in the raster.
The type of data that will be stored in the raster.
Raster(System.Int32 width, System.Int32 height, RasterFormat format, Palette palette)
Initializes a new instance of the Raster class with the specified size and data type.Syntax
public Raster (
System.Int32 width,
System.Int32 height,
RasterFormat format,
Palette palette
)
Parameters
width
Type: System.Int32
The width of the raster.
The width of the raster.
height
Type: System.Int32
The height of the raster.
The height of the raster.
format
Type: RasterFormat
The type of data that will be stored in the raster.
The type of data that will be stored in the raster.
palette
Type: Palette
The palette of the raster.
The palette of the raster.
Platforms
Windows, Linux, Android