Search
Graphics.fillEllipse Method
See Also
 






Fills an ellipse.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function fillEllipse (brush, rect)

 Parameters

brush

The brush to fill the ellipse with.

rect

The rectangle describing the ellipse.

 See Also