Search
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.

The pen to stroke the figure with.

brush
Optional.

The brush to fill the figure with.

bounds
Optional.

The bounds to which the brush should be applied.

 See Also