GRegion.CreatePolygon (Point3D()) Method

Creates a polygonal region.
Public Shared Function CreatePolygon( _ 
ByVal ParamArray points As Point3D() _ 
) As GRegion
This language is not supported or no code example is available.
public static GRegion CreatePolygon( 
params Point3D[] points 
)
This language is not supported or no code example is available.

Parameters

points
Point3D[]

A list of 3D points laying on an arbitrary plane

Return Value

GRegion

.NET Framework

Supported in: 4.7.2

In this article

Definition