CustomDrawEventArgs Constructors
Supplies data for events that allow you to draw the control’s visual elements in a custom way.| Name | Parameters | Description |
|---|---|---|
| CustomDrawEventArgs(GraphicsCache, Action) | cache, defaultDraw | Initializes a new instance of the CustomDrawEventArgs class with specified settings. |
See Also