ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2L Structure / Point2L Constructor / Point2L Constructor(Int32,Int32)

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

    Parameters

    x
    y
    See Also