Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Point Class / Point Constructor / Point Constructor(double,double)
The X-coordinate of the point.
The Y-coordinate of the point.
In This Topic
    Point Constructor(double,double)
    In This Topic
    Initializes a new instance of the Point class with the specified coordinates.
    Syntax
    public Point( 
       double x,
       double y
    )

    Parameters

    x
    The X-coordinate of the point.
    y
    The Y-coordinate of the point.
    See Also