Initializes a new instance of the PaintArguments class.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public PaintArguments( Graphics graphics, VectorRectangle clip ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ graphics As Graphics, _ clip As VectorRectangle _ ) |
Visual C++ |
---|
public: PaintArguments( Graphics^ graphics, VectorRectangle clip ) |
Parameters
- graphics
- Type: System.Drawing..::.Graphics