MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / AddLine Method

In This Topic
AddLine Method (PathEx)
In This Topic
Adds line from point to point.
Syntax
'Declaration
 
Public Sub AddLine( _
   ByVal point1 As Vector2, _
   ByVal point2 As Vector2 _
) 
 

Parameters

point1
point2
See Also