RasterAttributes Constructor (Int32, Int32, RasterFormat, RasterType) | 
 
Initializes a new instance with the width and height of the raster in pixels, and the given 
RasterFormat and 
RasterType.
 
    Namespace: 
   AGI.Foundation.Graphics.Imaging
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic RasterAttributes(
	int width,
	int height,
	RasterFormat rasterFormat,
	RasterType rasterType
)
Public Sub New ( 
	width As Integer,
	height As Integer,
	rasterFormat As RasterFormat,
	rasterType As RasterType
)
public:
RasterAttributes(
	int width, 
	int height, 
	RasterFormat rasterFormat, 
	RasterType rasterType
)
new : 
        width : int * 
        height : int * 
        rasterFormat : RasterFormat * 
        rasterType : RasterType -> RasterAttributesParameters
- 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. - rasterType
 - Type: AGI.Foundation.Graphics.ImagingRasterType
The RasterType. 
See Also