ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 Double, _
       ByVal y As Double _
    )
    public Point2D( 
       double x,
       double y
    )

    Parameters

    x
    y
    See Also