Fills the interior of a pie section defined by an ellipse specified by two Vector structures and two radial lines.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void FillPie( Fill fill, Vector location, Vector size, double startAngle, double sweepAngle ) |
Visual Basic (Declaration) |
---|
Public Sub FillPie ( _ fill As Fill, _ location As Vector, _ size As Vector, _ startAngle As Double, _ sweepAngle As Double _ ) |
Visual C++ |
---|
public: void FillPie( Fill^ fill, Vector location, Vector size, double startAngle, double sweepAngle ) |
Parameters
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- location
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- startAngle
- Type: System..::.Double
- sweepAngle
- Type: System..::.Double