Click or drag to resize

AtalaImage Methods

The AtalaImage type exposes the following members.

Methods
  NameDescription
Public methodClone
Returns a deep copy of this AtalaImage.
Public methodStatic memberCombineChannels
Combines the channels.
Public methodCopyToClipboard
Copies the image data onto the clipboard.
Public methodCountColors
Count the number of unique colors in this AtalaImage.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Call this method to destroy this AtalaImage data and free memory.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodDraw(Graphics, Rectangle)
Draws this AtalaImage onto a System.Drawing.Graphics object at a specified location and size.
Public methodDraw(Graphics, Rectangle, Rectangle)
Draws a specified area of this AtalaImage onto a System.Drawing.Graphics object at the specified location and size.
Public methodDraw(Graphics, Rectangle, Rectangle, Boolean)
Draws a specified area of this AtalaImage onto a System.Drawing.Graphics object at the specified location and size.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillRectangle(Rectangle, Color)
Fills a specified rectangle in this image with a specified solid color.
Public methodFillRectangle(Rectangle, Int32)
Fills a specified rectangle in this image with a specified index.
Protected methodFinalize
The Destructor that will automatically be called by the garbage collector
(Overrides ObjectFinalize.)
Public methodFlip
Flips the image in the specified direction.
Public methodStatic memberFromBitmap(Bitmap)
Returns an AtalaImage containing a copy of the Bitmap.
Public methodStatic memberFromBitmap(Bitmap, Boolean)
Converts a specified Bitmap into an AtalaImage by taking ownership of the Bitmap data, or returning a copy of the Bitmap data.
Public methodStatic memberCode exampleFromBitmapData Obsolete.
Returns an %AtalaImage% that contains the same image pointer that's in the specified BitmapData object.
Public methodStatic memberFromByteArray(Byte)
Creates a new AtalaImage from a byte array containing an encoded image.
Public methodStatic memberFromByteArray(Byte, ProgressEventHandler)
Creates a new AtalaImage from a byte array containing an encoded image.
Public methodStatic memberFromDib
Returns an AtalaImage from a DIB (Device Independent Bitmap) pointer.
Public methodStatic memberFromHBitmap
Returns an AtalaImage from an hBitmap handle.
Public methodStatic memberFromURL(String, Boolean, ProgressEventHandler)
Returns an AtalaImage loaded from the url.
Public methodStatic memberFromURL(String, Int32, Boolean, ProgressEventHandler)
Returns an AtalaImage loaded from the url.
Public methodGetBitmap Obsolete.
Returns a System.Drawing.Bitmap object copied from this %AtalaImage%.
Public methodGetChangedPixelFormat(PixelFormat)
Returns a new AtalaImage object with a different PixelFormat from this AtalaImage.
Public methodCode exampleGetChangedPixelFormat(PixelFormat, ColorProfile)
Returns a new AtalaImage object with a different PixelFormat from this AtalaImage.
Public methodGetChangedPixelFormat(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.
Public methodGetGraphics
Returns a System.Drawing.Graphics object allowing GDI+ operations to draw onto this AtalaImage.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetObjectData
Used to serialize this AtalaImage.
Public methodStatic memberGetPackedBuffer
Gets the packed buffer.
Public methodGetPixelCmykColor
Get the color of a pixel in CMYK space
Public methodGetPixelColor
Returns the System.Drawing.Color of the specified pixel in this AtalaImage.
Public methodStatic memberCode exampleGetPixelFormatDepth Obsolete.
Returns the color depth in bits per pixels associated with a specified PixelFormat.
Public methodGetPixelIndex
Gets the palette index of the specified pixel in this AtalaImage.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberImageFromClipboard
Creates a new AtalaImage from data on the clipboard.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnChangePixelFormat
Raises the [E:ChangePixelFormat] event.
Public methodStatic memberCode examplePixelFormatHasAlpha Obsolete.
Returns true if the specified PixelFormat contains an alpha channel.
Public methodStatic memberPixelFormatIsColormapped Obsolete.
Returns true if the specified PixelFormat contains a palette.
Public methodStatic memberPixelFormatIsContinuous Obsolete.

Returns true if the PixelFormat passed in is a continuous-tone format.

Public methodStatic memberPixelFormatIsTwoBytePerComponent Obsolete.
This method can be used to determine if a PixelFormat is a "Two Byte Per Component" image format.
Public methodCode exampleSave(Stream, ImageEncoder, ProgressEventHandler)
Saves this AtalaImage to a Stream object specifying an ImageType.
Public methodSave(String, ImageEncoder, ProgressEventHandler)
Saves this %AtalaImage% to a file specifying an ImageEncoder and progress callback.
Public methodCode exampleSave(String, ImageType, ProgressEventHandler) Obsolete.
Saves this AtalaImage to a file specifying an ImageType and a PixelFormat.
Public methodSetPixelCmykColor
Set the color of a pixel in CMYK space
Public methodSetPixelColor
Sets the color of the pixel.
Public methodSetPixelIndex
Sets the index of the pixel.
Public methodSplitChannels
Returns an array of grayscale AtalaImage objects representing each 8-bit or 16-bit channel in the source image.
Public methodSplitChannels(ChannelFlags)
Returns an array of grayscale %AtalaImage% objects representing specified 8-bit or 16-bit channels in the source image.
Public methodToBitmap
Returns a Bitmap object from this AtalaImage data.
Public methodToByteArray(ImageEncoder)
Returns a byte array containing an encoded image.
Public methodToByteArray(ImageEncoder, ProgressEventHandler)
Returns a byte array containing an encoded image.
Public methodToDib
Returns a pointer to a DIB (Device Independent Bitmap) copied from this AtalaImage.
Public methodToDib(Stream)
Fills the given stream with a DIB (Device Independent Bitmap) copied from this AtalaImage.
Public methodToString

Returns a textual description of this AtalaImage object.

(Overrides ObjectToString.)
Public methodStatic memberUnregisteredWatermark
Unregistereds the watermark.
Top
See Also