StiComponentGdiPainterPaintEvents Method |
Paints events of a component.
Namespace:
Stimulsoft.Report.Painters
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void PaintEvents(
StiComponent component,
Graphics g,
RectangleD rect
)
Public Overridable Sub PaintEvents (
component As StiComponent,
g As Graphics,
rect As RectangleD
)
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintEvents(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]
- g
- Type: System.DrawingGraphics
The Graphics to paint on. - rect
- Type: Stimulsoft.Base.DrawingRectangleD
The rectangle.
See Also