Initializes a new instance of the PaintArguments class.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public PaintArguments(
	Graphics graphics,
	VectorRectangle clip,
	bool showBounds
)
Visual Basic (Declaration)
Public Sub New ( _
	graphics As Graphics, _
	clip As VectorRectangle, _
	showBounds As Boolean _
)
Visual C++
public:
PaintArguments(
	Graphics^ graphics, 
	VectorRectangle clip, 
	bool showBounds
)

See Also