AtalaImage Methods |
The AtalaImage type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of this AtalaImage.
| |
| CombineChannels |
Combines the channels.
| |
| CopyToClipboard | Copies the image data onto the clipboard. | |
| CountColors |
Count the number of unique colors in this AtalaImage.
| |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | Call this method to destroy this AtalaImage data and free memory. | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| Draw(Graphics, Rectangle) | Draws this AtalaImage onto a System.Drawing.Graphics object at a
specified location and size. | |
| Draw(Graphics, Rectangle, Rectangle) | Draws a specified area of this AtalaImage onto a System.Drawing.Graphics
object at the specified location and size. | |
| Draw(Graphics, Rectangle, Rectangle, Boolean) | Draws a specified area of this AtalaImage onto a System.Drawing.Graphics
object at the specified location and size. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FillRectangle(Rectangle, Color) | Fills a specified rectangle in this image with a specified solid color. | |
| FillRectangle(Rectangle, Int32) | Fills a specified rectangle in this image with a specified index. | |
| Finalize |
The Destructor that will automatically be called by the garbage collector
(Overrides ObjectFinalize.) | |
| Flip |
Flips the image in the specified direction.
| |
| FromBitmap(Bitmap) | Returns an AtalaImage containing a copy of the Bitmap. | |
| FromBitmap(Bitmap, Boolean) | Converts a specified Bitmap into an AtalaImage by taking ownership of the Bitmap data, or returning a copy
of the Bitmap data. | |
| FromBitmapData | Obsolete. Returns an %AtalaImage% that contains the same image pointer that's in the specified
BitmapData object. | |
| FromByteArray(Byte) | Creates a new AtalaImage from a byte array containing an encoded image. | |
| FromByteArray(Byte, ProgressEventHandler) | Creates a new AtalaImage from a byte array containing an encoded image. | |
| FromDib | Returns an AtalaImage from a DIB (Device Independent Bitmap) pointer. | |
| FromHBitmap | Returns an AtalaImage from an hBitmap handle. | |
| FromURL(String, Boolean, ProgressEventHandler) |
Returns an AtalaImage loaded from the url.
| |
| FromURL(String, Int32, Boolean, ProgressEventHandler) |
Returns an AtalaImage loaded from the url.
| |
| GetBitmap | Obsolete. Returns a System.Drawing.Bitmap object copied from this %AtalaImage%. | |
| GetChangedPixelFormat(PixelFormat) | Returns a new AtalaImage object with a different PixelFormat from this AtalaImage.
| |
| GetChangedPixelFormat(PixelFormat, ColorProfile) | Returns a new AtalaImage object with a different PixelFormat from this AtalaImage.
| |
| GetChangedPixelFormat(PixelFormat, ColorProfile, Boolean) | Returns a new AtalaImage object with a different PixelFormat from this AtalaImage
specifying a ColorProfile and if the ChangedPixelFormat event
should fire. | |
| GetGraphics | Returns a System.Drawing.Graphics object allowing GDI+ operations to draw onto this
AtalaImage. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData | Used to serialize this AtalaImage. | |
| GetPackedBuffer |
Gets the packed buffer.
| |
| GetPixelCmykColor | Get the color of a pixel in CMYK space | |
| GetPixelColor | Returns the System.Drawing.Color of the specified pixel in this
AtalaImage. | |
| GetPixelFormatDepth | Obsolete. Returns the color depth in bits per pixels associated with a specified PixelFormat. | |
| GetPixelIndex | Gets the palette index of the specified pixel in this AtalaImage. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImageFromClipboard |
Creates a new AtalaImage from data on the clipboard.
| |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| OnChangePixelFormat |
Raises the [E:ChangePixelFormat] event.
| |
| PixelFormatHasAlpha | Obsolete. Returns true if the specified PixelFormat contains an alpha channel. | |
| PixelFormatIsColormapped | Obsolete. Returns true if the specified PixelFormat contains a palette. | |
| PixelFormatIsContinuous | Obsolete. Returns true if the PixelFormat passed in is a continuous-tone format. | |
| PixelFormatIsTwoBytePerComponent | Obsolete. This method can be used to determine if a PixelFormat is a "Two Byte Per Component" image format.
| |
| Save(Stream, ImageEncoder, ProgressEventHandler) | ||
| Save(String, ImageEncoder, ProgressEventHandler) | Saves this %AtalaImage% to a file specifying an ImageEncoder and progress callback.
| |
| Save(String, ImageType, ProgressEventHandler) | Obsolete. | |
| SetPixelCmykColor | Set the color of a pixel in CMYK space | |
| SetPixelColor |
Sets the color of the pixel.
| |
| SetPixelIndex |
Sets the index of the pixel.
| |
| SplitChannels | Returns an array of grayscale AtalaImage objects representing each 8-bit or 16-bit channel in the source
image. | |
| SplitChannels(ChannelFlags) | Returns an array of grayscale %AtalaImage% objects representing specified 8-bit or 16-bit channels in the
source image. | |
| ToBitmap |
Returns a Bitmap object from this AtalaImage data.
| |
| ToByteArray(ImageEncoder) | Returns a byte array containing an encoded image. | |
| ToByteArray(ImageEncoder, ProgressEventHandler) | Returns a byte array containing an encoded image. | |
| ToDib | Returns a pointer to a DIB (Device Independent Bitmap) copied from this AtalaImage. | |
| ToDib(Stream) | Fills the given stream with a DIB (Device Independent Bitmap) copied from this AtalaImage. | |
| ToString | Returns a textual description of this AtalaImage object. | |
| UnregisteredWatermark |
Unregistereds the watermark.
|