CustomDrawObjectEventsArgs Properties
Represents the base class for all classes that provide data for the custom draw events.| Name | Description |
|---|---|
| Cache | Gets an object that serves as the storage for pens, fonts and brushes. |
| Graphics | Gets an object used for painting. |
| Handled | Gets or sets whether an event is handled. If true, the default actions are not required. |
See Also