CreateStraightLines(IEnumerable<Point>)

Create straight line edges by sequential connection of the provided points.

Declaration Syntax

public virtual IList<object> CreateStraightLines(IEnumerable<Point> pointCollection)

Parameters

pointCollection(IEnumerable<Point>)

A collection of Point.