ASP.NET Pack Programmer's Guide
ScriptHelper.createRectangle Method
See Also
 






Creates a Rectangle instance with the specified coordinates.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Rectangle createRectangle (
    int x,
    int y,
    int width,
    int height
)

 Parameters

x

X coordinate of the rectangle.

y

Y coordinate of the rectangle.

width

Width of the rectangle.

height

Height of the rectangle.

 Return Value

A java.awt.Rectangle instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace