[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.DrawLines

DrawLines Method

DrawLines(PenEx, PointF[])

Draws a series of line segments that connect an array of PointF structures.

Declaration
public void DrawLines(PenEx pen, PointF[] polyLine)
Parameters
Type Name Description
PenEx pen
PointF[] polyLine
Implements