MprSliceDrawnEventArgs Class Members
In This Topic
The following tables list the members exposed by
MprSliceDrawnEventArgs.
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 |
 | Buffer | Gets the image, where the Slice was rendered. |
 | RenderingState | Gets the rendering state of MPR slice. |
 | Slice | Gets the MPR slice, which was rendered. |
 | SliceTransform | Gets the transform, which must be applied to the Slice before rendering. |
See Also