Initializes the new instance of the PaintArguments class with the specified graphics and clipping rectangle.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public PaintArguments(
	GraphicStream stream,
	VectorRectangle clipRectangle
)
Visual Basic (Declaration)
Public Sub New ( _
	stream As GraphicStream, _
	clipRectangle As VectorRectangle _
)
Visual C++
public:
PaintArguments(
	GraphicStream^ stream, 
	VectorRectangle clipRectangle
)

See Also