StiTextElementGdiPainter Class
Namespace: Stimulsoft.Dashboard.Drawing.Painters
Inheritance
Inherits from: StiAtomElementGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| IsDefined | bool | |
| PaintAtom | void | |
| PaintNoResult | void | |
| PaintNotDefined | void |
Method Details
IsDefined
IsDefined(component: StiComponent): bool
Parameters
- component (StiComponent)
Returns bool
PaintAtom
PaintAtom(g: Graphics, rect: RectangleD, element: IStiElement): void
Parameters
- g (Graphics)
- rect (RectangleD)
- element (IStiElement)
PaintNoResult
PaintNoResult(g: Graphics, rect: RectangleD, element: IStiElement, zoom: double?): void
Parameters
- g (Graphics)
- rect (RectangleD)
- element (IStiElement)
- zoom (double?)
PaintNotDefined
PaintNotDefined(g: Graphics, rect: RectangleF, element: IStiElement, zoom: double?): void
Parameters
- g (Graphics)
- rect (RectangleF)
- element (IStiElement)
- zoom (double?)