MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / DrawLine Method

In This Topic
DrawLine Method (DrawCanvas)
In This Topic
DrawLine
Syntax
'Declaration
 
Public Sub DrawLine( _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single _
) 
 

Parameters

x1
y1
x2
y2
See Also