AtalaImage Constructor (Int32, Int32, PixelFormat, Color) |
Initialize a new instance of the
AtalaImage class specifying the Width, Height, PixelFormat, and Color
to initialize the image background to.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic AtalaImage(
int width,
int height,
PixelFormat pixelFormat,
Color fillColor
)
Public Sub New (
width As Integer,
height As Integer,
pixelFormat As PixelFormat,
fillColor As Color
)
Parameters
- width
- Type: System.Int32
Width of the image. - height
- Type: System.Int32
Height of the image. - pixelFormat
- Type: Atalasoft.Imaging.PixelFormat
PixelFormat of the image. - fillColor
- Type: System.Drawing.Color
The color to fill the image with.
See Also