Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public PaintRectangleEventArgs(
Grid grid,
Rectangle clipRectangle,
Graphics graphics
) |
Visual Basic |
---|
Public Sub New (
grid As Grid,
clipRectangle As Rectangle,
graphics As Graphics
) |
Visual C++ |
---|
public:
PaintRectangleEventArgs(
Grid^ grid,
Rectangle clipRectangle,
Graphics^ graphics
) |
F# |
---|
new :
grid : Grid *
clipRectangle : Rectangle *
graphics : Graphics -> PaintRectangleEventArgs |
Parameters
- grid
- Type: Dapfor.Net.Ui..::..Grid
The Grid.
- clipRectangle
- Type: System.Drawing..::..Rectangle
A Rectangle that represents the area of the Grid that needs to be repainted.
- graphics
- Type: System.Drawing..::..Graphics
The graphics.
See Also