Starts a new figure.
Namespace: MindFusion.Drawing
File: Graphics.js
JavaScript Copy Code |
---|
function beginFigure ([pen, [brush, [bounds]]]) |
Type: Pen
The pen to stroke the figure with.
Type: Brush
The brush to fill the figure with.
Type: Rect
The bounds to which the brush should be applied.