'Declaration Public Overloads Sub RenderDirectPolygon( _ ByVal points As IEnumerable, _ ByVal lineColor As Color, _ ByVal lineThickness As Unit _ )
public void RenderDirectPolygon( IEnumerable points, Color lineColor, Unit lineThickness )
Parameters
- points
- The collection of C1.C1Preview.UnitPoint objects (an exception occurs if an object that is not a C1.C1Preview.UnitPoint is found in the collection).
- lineColor
- The line color.
- lineThickness
- The line thickness.