Method DrawCheckBox
DrawCheckBox(Control, Graphics, RectD, CheckState, VisualControlState)
Draws checkbox.
void DrawCheckBox(Control control, Graphics canvas, RectD rect, CheckState checkState, VisualControlState controlState)
Parameters
control
ControlControl where checkbox will be painted.
canvas
GraphicsGraphics used for painting the checkbox.
rect
RectDRectangle where checkbox is painted.
checkState
CheckStateCheck state.
controlState
VisualControlStateControl part state.