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






Creates a Point2D.Float instance with the specified coordinates.

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

 Syntax

Java  Copy Code

public Point2D.Float createPointF (
    float x,
    float y
)

 Parameters

x

X coordinate of the point.

y

Y coordinate of the point.

 Return Value

A Point2D.Float instance.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace