ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddLine Method / AddLine(PointF,PointF) Method
A PointF that represents the starting point of the line.
A PointF that represents the endpoint of the line.

In This Topic
    AddLine(PointF,PointF) Method
    In This Topic
    Appends a line segment to this GraphicsPath.
    Syntax
    'Declaration
     
    Public Overloads Sub AddLine( _
       ByVal point1 As PointF, _
       ByVal point2 As PointF _
    ) 
    public void AddLine( 
       PointF point1,
       PointF point2
    )

    Parameters

    point1
    A PointF that represents the starting point of the line.
    point2
    A PointF that represents the endpoint of the line.
    See Also