Fills a pie.
Namespace: MindFusion.Drawing
File: Graphics.js
JavaScript
![]() |
---|
function fillPie (brush, rect, radius, startAngle, endAngle, [doughnut]) |
Type: Brush
The brush to fill the pie with.
Type: Rect
The bounds of the pie.
Type: Number
The radius of the pie.
Type: Number
The startAngle of the pie.
Type: Number
The endAngle of the pie.
Type: Boolean
True if the pie should be a doughnut, otherwise false.