JPlanner Programmer's Guide
Point Constructor (Int32, Int32)
See Also
 






Initializes a new instance of the Point class with the specified coordinates.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Point (
    int x,
    int y
)

 Parameters

x

The x-coordinate of the new point.

y

The y-coordinate of the new point.

 See Also

Point Constructor Overload List
Point Class
com.mindfusion.common Namespace