MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / GraphicalUtils Class / DrawDoubleLine Method

In This Topic
DrawDoubleLine Method (GraphicalUtils)
In This Topic
Syntax
'Declaration
 
Public Shared Sub DrawDoubleLine( _
   ByVal canvas As IDrawingCanvas, _
   ByVal width As Single, _
   ByVal color As Color, _
   ByVal from As PointF, _
   ByVal to As PointF _
) 
 

Parameters

canvas
width
color
from
to
See Also