Description:
Parameters:
- points
- Type: System.Collections.Generic.IEnumerable<Point3d>
- End points of each line segment.
- color
- Type: System.Drawing.Color
- Color of polyline.
- pattern
- Type: int
- Pattern to use for the line (like 0x00001111 for dotted).
- thickness
- Type: int
- Thickness (in pixels) of lines.
- close
- Type: bool
- Draw a line between the first and last points.
Returns:
Type: void