ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2L Structure / Point2L Constructor

In This Topic
    Point2L Constructor
    In This Topic
    Initializes a new instance of the Point2L struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer _
    )
    public Point2L( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also