AtalaImage Constructor (PixelMemory, Int32, Int32, PixelFormat) |
Initialize a new instance of the %AtalaImage% class specifying the PixelMemory, Width, Height, and
PixelFormat.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic AtalaImage(
PixelMemory memory,
int width,
int height,
PixelFormat pixelFormat
)
Public Sub New (
memory As PixelMemory,
width As Integer,
height As Integer,
pixelFormat As PixelFormat
)
Parameters
- memory
- Type: Atalasoft.Imaging.Memory.PixelMemory
A PixelMemory object that represents an image's memory - 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.
See Also