Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines.
Namespace: MindFusion.Drawing
Package: MindFusion.Common
Syntax
C#
Copy Code
|
---|
void FillPie ( Brush brush, float x, float y, float width, float height, float startAngle, float sweepAngle ) |
Visual Basic
Copy Code
|
---|
Sub FillPie( _ brush As Brush, _ x As Single, _ y As Single, _ width As Single, _ height As Single, _ startAngle As Single, _ sweepAngle As Single _ ) |
Parameters
See Also