[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.DrawLine

DrawLine Method

DrawLine(PenEx, PointF, PointF)

Draws the line between specified points.

Declaration
public void DrawLine(PenEx pen, PointF from, PointF to)
Parameters
Type Name Description
PenEx pen
PointF from
PointF to
Implements