ImageInfo Constructor (Size, Int32, ImageType, Dpi, PixelFormat) |
Initialize a new instance of
ImageInfo specifying its properties.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ImageInfo(
Size size,
int colorDepth,
ImageType imageType,
Dpi resolution,
PixelFormat pixelFormat
)
Public Sub New (
size As Size,
colorDepth As Integer,
imageType As ImageType,
resolution As Dpi,
pixelFormat As PixelFormat
)
Parameters
- size
- Type: System.DrawingSize
The width and height of the image, as loaded. - colorDepth
- Type: SystemInt32
The bits per pixel of the image, as loaded. - imageType
- Type: Atalasoft.Imaging.CodecImageType
The format of the image file. - resolution
- Type: Atalasoft.ImagingDpi
The resolution of the image (usually expressed in dots per inch). - pixelFormat
- Type: Atalasoft.ImagingPixelFormat
The PixelFormat of the image, as loaded.
See Also