Draws the interior of an rectangle defined by the Color structure and bounding rectangle specified by the VectorRectangle structure.

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

Syntax

C#
public void DrawRectangle(
	Color color,
	VectorRectangle rectangle
)
Visual Basic (Declaration)
Public Sub DrawRectangle ( _
	color As Color, _
	rectangle As VectorRectangle _
)
Visual C++
public:
void DrawRectangle(
	Color color, 
	VectorRectangle rectangle
)

See Also