IntermediateImageReadyEventArgs Class Members
In This Topic
The following tables list the members exposed by
IntermediateImageReadyEventArgs.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | Cancel | Gets or sets a value indicating whether the image rendering task must be canceled. |
 | ChangedRectOnImage | Gets the image region which was changed on intermediate image. |
 | ChangedRectOnSourceImage | Gets the image region which was changed on source image. |
 | Image | Gets the intermediate image. |
See Also