[]
Draw a option button.
void DrawOptionButton(Rectangle rect, ControlState state, bool isChecked)
Sub DrawOptionButton(rect As Rectangle, state As ControlState, isChecked As Boolean)
Type | Name | Description |
---|---|---|
Rectangle | rect | The rectangle to draw. |
ControlState | state | The state of the control. |
bool | isChecked | The value indicates if the option is checked. |