Initializes the new instance of the PaintArguments class with the specified graphics and clipping rectangle.
Namespace:
PerpetuumSoft.Framework.ModelAssembly: 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 ) |
Parameters
- clipRectangle
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle