StiRectanglePrimitiveGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiLinePrimitiveGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| Paint | void | |
| PaintPrimitive | void | |
| PaintSelection | void | Paints the selection. |
Method Details
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintPrimitive
PaintPrimitive(primitive: StiRectanglePrimitive, g: Graphics, rect: RectangleD): void
Parameters
- primitive (StiRectanglePrimitive)
- g (Graphics)
- rect (RectangleD)
PaintSelection
PaintSelection(component: StiComponent, e: StiPaintEventArgs): void
Paints the selection.
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)