[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.PathBuilder.AddLines

AddLines Method

AddLines(params PointF[])

Creates a sequence of lines using the specified points and adds them to the figure.

Declaration
public void AddLines(params PointF[] points)
Public Sub AddLines(ParamArray points As PointF())
Parameters
Type Name Description
PointF[] points

An array of one or more points that describe the lines to draw.