Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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