StiRoundedBackgroundGdiPainter Class
Namespace: Stimulsoft.Base.Drawing
Methods
| Method | Returns | Description |
|---|---|---|
PaintBackground static |
void | |
PaintCircledBackground static |
void |
Method Details
PaintBackground static
PaintBackground(g: Graphics, rect: RectangleF, border: StiSimpleBorder, brush: StiBrush, isEnabled: bool): void
Parameters
- g (Graphics)
- rect (RectangleF)
- border (StiSimpleBorder)
- brush (StiBrush)
- isEnabled (bool)
PaintCircledBackground static
PaintCircledBackground(g: Graphics, rect: RectangleF, brush: StiBrush, isEnabled: bool): void
Parameters