AtalaImage Constructor |
Name | Description | |
---|---|---|
![]() | AtalaImage() |
Initializes a new instance of the AtalaImage class.
|
![]() | AtalaImage(Stream) | Initialize a new instance of a AtalaImage class specifying a Stream.
|
![]() | AtalaImage(String) |
Initialize a new instance of a AtalaImage class specifying the file of the image to open.
|
![]() | AtalaImage(Stream, ProgressEventHandler) | Initialize a new instance of a %AtalaImage% class specifying a Stream and a progress
delegate. |
![]() | AtalaImage(SerializationInfo, StreamingContext) | Creates an instance of an AtalaImage, with serialization info. |
![]() | AtalaImage(String, ProgressEventHandler) |
Initialize a new instance of a AtalaImage class specifying the file of the image to open.
|
![]() | AtalaImage(Int32, Int32, PixelFormat) | Initialize a new instance of the AtalaImage class specifying the Width, Height, and PixelFormat.
|
![]() | AtalaImage(Stream, Int32, ProgressEventHandler) | Initialize a new instance of an AtalaImage class specifying an image
Stream and a page index to decode. |
![]() | AtalaImage(String, Int32, ProgressEventHandler) | Initialize a new instance of an AtalaImage class specifying an image file and a page
index to decode. |
![]() | AtalaImage(Int32, Int32, PixelFormat, Byte) |
Initializes a new instance of the AtalaImage class.
|
![]() | AtalaImage(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. |
![]() | AtalaImage(IntPtr, Int32, Int32, PixelFormat) | Initialize a new instance of the %AtalaImage% class specifying the image pointer, Width, Height, and PixelFormat. This method is obsolete. Please use the constructor that takes a PixelMemory object instead. |
![]() | AtalaImage(Stream, Int32, ImageDecoder, ProgressEventHandler) | Initialize a new instance of an AtalaImage class specifying a Stream,
ImageDecoder to use for decoding the image, and a progress delegate. |
![]() | AtalaImage(PixelMemory, Int32, Int32, PixelFormat) | Initialize a new instance of the %AtalaImage% class specifying the PixelMemory, Width, Height, and
PixelFormat. |