[]
Provides data for Paint event.
public class TemplatePaintEventArgs : PaintEventArgs, IDisposable
Name | Description |
---|---|
TemplatePaintEventArgs(Graphics, Rectangle, Tile) | Initializes a new instance of a TemplatePaintEventArgs. |
TemplatePaintEventArgs(Graphics, Rectangle, Tile, Slide) | Initializes a new instance of a TemplatePaintEventArgs. |
Name | Description |
---|---|
Slide | Gets the currently drawn Slide object or null for the main template. |
Tile | Gets the Tile object providing data for the template. |