PrimitiveFactoryCreatePolygonBoundary Method  | 
 
Creates a bounded polygon from a list of positions.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static PolylinePrimitive CreatePolygonBoundary(
	IEnumerable<Cartesian> positions
)
Public Shared Function CreatePolygonBoundary ( 
	positions As IEnumerable(Of Cartesian)
) As PolylinePrimitive
public:
static PolylinePrimitive^ CreatePolygonBoundary(
	IEnumerable<Cartesian>^ positions
)
static member CreatePolygonBoundary : 
        positions : IEnumerable<Cartesian> -> PolylinePrimitive 
Parameters
- positions
 - Type: System.Collections.GenericIEnumerableCartesian
Cartesian positions of the polygon 
Return Value
Type: 
PolylinePrimitivePolylinePrimitive shaped as a polygon
See Also