Fills the interior of an recrangle defined by the Fill object 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 abstract void FillRectangle(
	Fill fill,
	VectorRectangle rectangle
)
Visual Basic (Declaration)
Public MustOverride Sub FillRectangle ( _
	fill As Fill, _
	rectangle As VectorRectangle _
)
Visual C++
public:
virtual void FillRectangle(
	Fill^ fill, 
	VectorRectangle rectangle
) abstract

See Also