RasterAttributes Constructor (Int32, Int32, RasterFormat, RasterType, RasterOrientation) |
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic RasterAttributes(
int width,
int height,
RasterFormat rasterFormat,
RasterType rasterType,
RasterOrientation rasterOrientation
)
Public Sub New (
width As Integer,
height As Integer,
rasterFormat As RasterFormat,
rasterType As RasterType,
rasterOrientation As RasterOrientation
)
public:
RasterAttributes(
int width,
int height,
RasterFormat rasterFormat,
RasterType rasterType,
RasterOrientation rasterOrientation
)
new :
width : int *
height : int *
rasterFormat : RasterFormat *
rasterType : RasterType *
rasterOrientation : RasterOrientation -> RasterAttributes
Parameters
- width
- Type: System.Int32
The width of the raster in pixels. - height
- Type: System.Int32
The height of the raster in pixels. - rasterFormat
- Type: AGI.Foundation.Graphics.Imaging.RasterFormat
The RasterFormat. - rasterType
- Type: AGI.Foundation.Graphics.Imaging.RasterType
The RasterType. - rasterOrientation
- Type: AGI.Foundation.Graphics.Imaging.RasterOrientation
The RasterOrientation.
See Also