[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.Line-1.-ctor

Line Constructor

Line(Point<T>, Point<T>)

Initializes a new instance of the Line<T> struct.

Declaration
public Line(Point<T> p1, Point<T> p2)
Parameters
Type Name Description
Point<T> p1

The starting point of the line.

Point<T> p2

The ending point of the line.