StiPaintEventArgs Constructor |
Creates a new object of the type StiPaintEventArgs with specified arguments.
Namespace:
Stimulsoft.Report.Events
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiPaintEventArgs(
Object context,
RectangleD clipRectangle
)
Public Sub New (
context As Object,
clipRectangle As RectangleD
)
Parameters
- context
- Type: SystemObject
Context for painting. - clipRectangle
- Type: Stimulsoft.Base.DrawingRectangleD
The rectangle in which to paint.
See Also