Search
Graphics.beginFigure Method
See Also
 






Starts a new figure.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function beginFigure ([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