[]
Initializes a new instance of the DrawArrowEventArgs class
public DrawArrowEventArgs(Graphics graphics, Rectangle bounds, bool enabled, bool pressed, bool up, bool done)
Public Sub New(graphics As Graphics, bounds As Rectangle, enabled As Boolean, pressed As Boolean, up As Boolean, done As Boolean)
| 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. |