JPlanner Programmer's Guide
Point Constructor
See Also
 






Initializes a new instance of the Point class.

 Overload List

Name Description

Point ()

Initializes a new instance of the Point class with (0, 0) coordinates.

Point (Int32, Int32)

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

Point (Point)

Initializes a new instance of the Point class from the specified point.

 See Also

Point Class
com.mindfusion.common Namespace