RasterAttributes Constructor (Int32, Int32, RasterFormat) |
Initializes a new instance with the width and height of the raster in pixels, and the given
RasterFormat.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RasterAttributes(
int width,
int height,
RasterFormat rasterFormat
)
Public Sub New (
width As Integer,
height As Integer,
rasterFormat As RasterFormat
)
public:
RasterAttributes(
int width,
int height,
RasterFormat rasterFormat
)
new :
width : int *
height : int *
rasterFormat : RasterFormat -> RasterAttributes
Parameters
- width
- Type: SystemInt32
The width of the raster in pixels. - height
- Type: SystemInt32
The height of the raster in pixels. - rasterFormat
- Type: AGI.Foundation.Graphics.ImagingRasterFormat
The RasterFormat.
See Also