Search
Graphics.fillPie Method
See Also
 






Fills a pie.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function fillPie (brush, rect, radius, startAngle, endAngle, [doughnut])

 Parameters

brush

The brush to fill the pie with.

rect

The bounds of the pie.

radius

The radius of the pie.

startAngle

The startAngle of the pie.

endAngle

The endAngle of the pie.

doughnut
Optional.

True if the pie should be a doughnut, otherwise false.

 See Also