[]
Initializes a new instance of the DrawArrowEventArgs class
public DrawArrowEventArgs(Graphics graphics, Rectangle bounds, bool enabled, bool pressed, bool up, bool done)
Type | Name | Description |
---|---|---|
Graphics | graphics | The Graphics object to draw on. |
Rectangle | bounds | The bounding rectangle of the Arrow button. |
bool | enabled | Gets the value if button is enabled. |
bool | pressed | Gets the value if button is pressed. |
bool | up | Indicates if Up button is drawn or not. |
bool | done | Flag indicating whether the user completed the drawing. |