ProgressEventArgs Class |
Namespace: Atalasoft.Imaging
The ProgressEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ProgressEventArgs | Creates a new instance of ProgressEventArgs. | |
ProgressEventArgs(Int32, Int32) | Creates a new instance of ProgressEventArgs specifying the current and total progress values. | |
ProgressEventArgs(Int32, Int32, String) | Creates a new instance of ProgressEventArgs specifying the current and total values, and the name of the
method. |
Name | Description | |
---|---|---|
Cancel | When set to true, allows the current image processing function to be cancelled. | |
Current | Gets the current value of the progress operation. | |
MethodName | The name of the method calling the progress event. | |
Total | Gets the total number of units for this operation. |
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.) |