PixelFormatChangeEventArgs Class |
Namespace: Atalasoft.Imaging
The PixelFormatChangeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
PixelFormatChangeEventArgs | Initializes a new instance of the PixelFormatChangeEventArgs class. | |
PixelFormatChangeEventArgs(PixelFormat, PixelFormat) | Initializes a new instance of the PixelFormatChangeEventArgs class specifying the current and new PixelFormat. |
Name | Description | |
---|---|---|
Cancel | When setting this property to true, the current operation will be cancelled. | |
CurrentPixelFormat | Gets the PixelFormat of the current image. | |
NewPixelFormat | Gets the PixelFormat to change the image to. |
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.) |