StiButtonDrawing Class
Namespace: Stimulsoft.Dashboard.Drawing.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
PaintIcon static |
void | |
PaintText static |
void |
Method Details
PaintIcon static
PaintIcon(g: Graphics, rect: RectangleF, state: StiButtonVisualState, icon: StiFontIcons, isEnabled: bool, scale: float): void
Parameters
- g (Graphics)
- rect (RectangleF)
- state (StiButtonVisualState)
- icon (StiFontIcons)
- isEnabled (bool)
- scale (float)
PaintText static
PaintText(g: Graphics, rect: RectangleF, state: StiButtonVisualState, button: StiButtonElement, scale: float, allowHideText: bool): void
Parameters
- g (Graphics)
- rect (RectangleF)
- state (StiButtonVisualState)
- button (StiButtonElement)
- scale (float)
- allowHideText (bool)