CADability dotNET
Fill the axis oriented rectangle with the current color. Usually used for background painting.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void FillRect2D(
	PointF p1,
	PointF p2
)
Visual Basic
Sub FillRect2D ( _
	p1 As PointF, _
	p2 As PointF _
)
Visual C++
void FillRect2D(
	PointF p1, 
	PointF p2
)

Parameters

p1
Type: System.Drawing..::..PointF
Lower left point of the rectangle
p2
Type: System.Drawing..::..PointF
Upper right point of the rectangle

See Also