'Declaration Public Overloads Sub RenderDirectPolygon( _ ByVal points As IEnumerable, _ ByVal line As LineDef _ )
public void RenderDirectPolygon( IEnumerable points, LineDef line )
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).
- line
- The C1.C1Preview.LineDef to draw the polygon with.