Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Line Structure / Line Constructor

In This Topic
    Line Constructor
    In This Topic
    Initializes a new instance of the Line struct from the starting and ending points.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As System.Drawing.PointF, _
       ByVal end As System.Drawing.PointF _
    )
    public Line( 
       System.Drawing.PointF start,
       System.Drawing.PointF end
    )

    Parameters

    start
    end
    See Also