Click or drag to resize

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
)

Parameters

context
Type: SystemObject
Context for painting.
clipRectangle
Type: Stimulsoft.Base.DrawingRectangleD
The rectangle in which to paint.
See Also