Fills a rectangle.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: 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 ) |
Parameters
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- rectangle
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
- angle
- Type: System..::.Double