[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.Line-1

Line<T> Class

Represents the Line.

Inheritance
Line<T>
Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class Line<T> where T : struct
Type Parameters
Name Description
T

Constructors

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

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

Properties

Name Description
P1

The starting point of the line.

P2

The ending point of the line.

Extension Methods