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

In This Topic
    Point2L Constructor(Point)
    In This Topic
    Initializes a new instance of the Point2L struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p As System.Drawing.Point _
    )
    public Point2L( 
       System.Drawing.Point p
    )

    Parameters

    p
    See Also