ActiveReports 12
DrawLine Method (IDrawingCanvas)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawLine Method
PenEx that determines the color, width, and style of the line.
PointFEx structure that represents the first point to connect.
PointFEx structure that represents the second point to connect.
Draws a line connecting two PointF structures.
Syntax
'Declaration
 
Sub DrawLine( _
   ByVal pen As PenEx, _
   ByVal from As PointFEx, _
   ByVal to As PointFEx _
) 
void DrawLine( 
   PenEx pen,
   PointFEx from,
   PointFEx to
)

Parameters

pen
PenEx that determines the color, width, and style of the line.
from
PointFEx structure that represents the first point to connect.
to
PointFEx structure that represents the second point to connect.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members