StiPagePaint Method (Graphics) |
Paints a page.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Paint(
Graphics g
)
Public Sub Paint (
g As Graphics
)
Parameters
- g
- Type: System.DrawingGraphics
Graphics for paints on.
See Also