StiCheckPainter Class
Namespace: Stimulsoft.Base.Drawing
Methods
| Method | Returns | Description |
|---|---|---|
GetCheckSize static (+1 overloads) |
int | |
PaintCheckBox static (+1 overloads) |
void |
Method Details
GetCheckSize static
GetCheckSize(scale: float): int
Parameters
- scale (float)
Returns int
GetCheckSize(): int
Returns int
PaintCheckBox static
PaintCheckBox(g: Graphics, rect: Rectangle, checkState: StiCheckState, color: Color, focused: bool): void
Parameters
- g (Graphics)
- rect (Rectangle)
- checkState (StiCheckState)
- color (Color)
- focused (bool)
PaintCheckBox(g: Graphics, rect: Rectangle, checkState: bool, color: Color, focused: bool): void
Parameters
- g (Graphics)
- rect (Rectangle)
- checkState (bool)
- color (Color)
- focused (bool)