DrawArrowEventArgs Constructor
In This Topic
Initializes a new instance of the DrawArrowEventArgs class
Syntax
'Declaration
Public Function New( _
ByVal As Graphics, _
ByVal As Rectangle, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
public DrawArrowEventArgs(
Graphics ,
Rectangle ,
bool ,
bool ,
bool ,
bool
)
Parameters
- graphics
- The Graphics object to draw on.
- bounds
- The bounding rectangle of the Arrow button.
- enabled
- Gets the value if button is enabled.
- pressed
- Gets the value if button is pressed.
- up
- Indicates if Up button is drawn or not.
- done
- Flag indicating whether the user completed the drawing.
See Also