[]
Initializes a new instance of the DrawBarEventArgs class
public DrawBarEventArgs(Graphics graphics, Rectangle bounds, GraphicsPath path, bool done)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | bounds | The bounding rectangle of the bar |
GraphicsPath | path | The graphics path bounding the bar |
bool | done | Flag indicating whether the user completed the drawing. |