RasterAttributes Constructor (Int32, Int32, RasterFormat, RasterType, RasterOrientation, Int32, Double) |
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,
RasterType rasterType,
RasterOrientation rasterOrientation,
int rowAlignment,
double pixelAspectRatio
)
Public Sub New (
width As Integer,
height As Integer,
rasterFormat As RasterFormat,
rasterType As RasterType,
rasterOrientation As RasterOrientation,
rowAlignment As Integer,
pixelAspectRatio As Double
)
public:
RasterAttributes(
int width,
int height,
RasterFormat rasterFormat,
RasterType rasterType,
RasterOrientation rasterOrientation,
int rowAlignment,
double pixelAspectRatio
)
new :
width : int *
height : int *
rasterFormat : RasterFormat *
rasterType : RasterType *
rasterOrientation : RasterOrientation *
rowAlignment : int *
pixelAspectRatio : float -> 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. - rasterType
- Type: AGI.Foundation.Graphics.ImagingRasterType
The RasterType. - rasterOrientation
- Type: AGI.Foundation.Graphics.ImagingRasterOrientation
The RasterOrientation. - rowAlignment
- Type: SystemInt32
The row alignment, in bytes, of the raster. - pixelAspectRatio
- Type: SystemDouble
The pixel aspect ratio of the raster.
See Also