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






Creates a Rectangle2D.Float instance with the specified coordinates.

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

 Syntax

Java  Copy Code

public Rectangle2D.Float createRectangleF (
    float x,
    float y,
    float width,
    float 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 Rectangle2D.Float instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace