ObjectCustomDrawEventArgs Properties
Supplies data for events that allow you to draw visual elements manually.Name | Description |
---|---|
Cache | Provides access to the drawing surface and a cache of pens, fonts, and brushes. |
Graphics | Provides access to the drawing surface. |
Handled | Gets or sets whether the event is handled and prevents the default draw operation from being performed. |
Info | Provides access to the object that contains information about the visual element being drawn. |
IsDefaultDrawInProgress | |
Painter | Provides access to the object that performs paint operations. |
See Also