Workspace Methods |
The Workspace type exposes the following members.
Name | Description | |
---|---|---|
ApplyCommand(ImageCommand) | Applies an ImageCommand to the current image in order to process it. | |
ApplyCommand(ImageCommand, String) | Creates an undo level, then applies an ImageCommand to the current image in order to process
it. | |
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 | Cleans up all resources held by this Workspace including all images in the ImageCollection and undos
in the UndoCollection. | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the Workspace class.
(Overrides ObjectFinalize.) | |
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.) | |
OnDisposeImage | Invoked when pixel data in the current image changes without setting a new image. Fires the DisposeImage event. | |
OnImageChanged |
Raises the [E:ImageChanged] event.
| |
OnImageStreamCompleted | Invoked after an image has been read or saved signifying that the Stream which was passed
in can be closed. Fires the ImageStreamCompleted event. | |
OnNewImage | ||
OnProcessCompleted | Invoked when an asynchronous process has completed. Fires the ProcessCompleted
event. | |
OnProcessError | Invoked when an error occurs in a separate thread when being processed asynchronously. Fires the ProcessError event. | |
Open(Stream) | Decodes an image from a stream and sets it to the current image. | |
Open(String) | Decodes an image from a file and sets it to the current image. | |
Open(Stream, Int32) | Decodes an image from a stream specifying the frame index of a multipaged file, and sets it to the current
image. | |
Open(String, Int32) | Decodes an image from a file specifying the frame index of a multipaged file, and sets it to the current
image. | |
Save(Stream, ImageEncoder) | Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder
to use to encode the image. | |
Save(String, ImageEncoder) | Writes the current AtalaImage or ImageCollection to a file specifying the ImageEncoder
to use to encode the image. | |
Save(String, ImageType) | Obsolete. Writes the current AtalaImage or ImageCollection to a file specifying the ImageType to
use to encode the image. | |
Save(Stream, ImageEncoder, Int32) | Writes the current AtalaImage or ImageCollection to a stream specifying the ImageEncoder
to use to encode the image and the image index in the collection to save. | |
Save(String, ImageEncoder, Int32) | Writes the current %AtalaImage% or %ImageCollection% to a file specifying the ImageEncoder
to use to encode the image and the image index in the collection to save. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |