ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Line<T> Class / Line<T> Constructor
The starting point of the line.
The ending point of the line.

In This Topic
    Line<T> Constructor
    In This Topic
    Initializes a new instance of the Line<T> struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p1 As Point(Of T), _
       ByVal p2 As Point(Of T) _
    )
    public Line<T>( 
       Point<T> p1,
       Point<T> p2
    )

    Parameters

    p1
    The starting point of the line.
    p2
    The ending point of the line.
    See Also