ASP.NET Pack Programmer's Guide
Path.addRect Method
See Also
 





Adds a rectangle figure to the path.

Namespace: MindFusion.Drawing
Package: Path.js

 Syntax

JavaScript  Copy Code

function addRect (x, y, width, height)

 Parameters

x

The x-coordinate of the rectangle.

y

The y-coordinate of the rectangle.

width

The width of the rectangle.

height

The height of the rectangle.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace