StiLinePrimitiveGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| AddDotToPath | void | |
| CheckRectForOverflow | void | |
| DrawDot | void | |
| PaintHighlight | void |
Method Details
AddDotToPath
AddDotToPath(path: GraphicsPath, x: double, y: double, size: float): void
Parameters
- path (GraphicsPath)
- x (double)
- y (double)
- size (float)
CheckRectForOverflow
CheckRectForOverflow(rect: RectangleD): void
Parameters
- rect (RectangleD)
DrawDot
DrawDot(g: Graphics, pen: Pen, x: double, y: double, size: float): void
Parameters
PaintHighlight
PaintHighlight(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)