Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Point2D Structure / Point2D Constructor / Point2D Constructor(Double,Double)

In This Topic
    Point2D Constructor(Double,Double)
    In This Topic
    Initializes a new instance of the Point2D struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double _
    )
    public Point2D( 
       System.double x,
       System.double y
    )

    Parameters

    x
    y
    See Also