ProcessQueuedItem Class |
This class contains information regarding the image processing function that is to be run when the ProcessQueue is ready.
Namespace: Atalasoft.Imaging
The ProcessQueuedItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProcessingClass | The instance of a class that will be processed in a new thread. |
![]() | ProcessUndo | Indicates if an undo should be created before the thread begins. |
![]() | Thread | Gets or sets the thread that the process is running in. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |