MindFusion.Charting for JavaScript Programmer's Guide
Graphics.closeFigure Method
See Also
 






Closes the current figure.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function closeFigure ([pen, [brush, [bounds]]])

 Parameters

pen
Optional.

Type: Pen
The pen to stroke the figure with.

brush
Optional.

Type: Brush
The brush to fill the figure with.

bounds
Optional.

Type: Rect
The bounds to which the brush should be applied.

 See Also

Graphics Members
Graphics Class
MindFusion.Drawing Namespace