StiVisual Class
Namespace: Stimulsoft.Dashboard.Visuals
This is a base class to work with a dashboard visualization.
Methods
| Method | Returns | Description |
|---|---|---|
| Draw (+1 overloads) | void | Draws a visual object on specified graphics and at specified location. |
Method Details
Draw
Draw(g: Graphics, rect: RectangleF): void
Draws a visual object on specified graphics and at specified location.
Parameters
- g (Graphics)
- rect (RectangleF)
Draw(context: StiContext, rect: RectangleF): void
Draws a visual object on specified context and at specified location.
Parameters
- context (StiContext)
- rect (RectangleF)