Fills a rectangle.

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

Syntax

C#
public void FillRectangle(
	Fill fill,
	VectorRectangle rectangle,
	double angle
)
Visual Basic (Declaration)
Public Sub FillRectangle ( _
	fill As Fill, _
	rectangle As VectorRectangle, _
	angle As Double _
)
Visual C++
public:
void FillRectangle(
	Fill^ fill, 
	VectorRectangle rectangle, 
	double angle
)

See Also