StiComponentPaintEvents Method |
Paints events of a component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void PaintEvents(
Graphics g,
RectangleD rect
)
Public Overridable Sub PaintEvents (
g As Graphics,
rect As RectangleD
)
Parameters
- g
- Type: System.DrawingGraphics
The Graphics to draw on. - rect
- Type: Stimulsoft.Base.DrawingRectangleD
RectangleD structure that represents the rectangle to draw markers.
See Also