Region.CreatePolygon (Point3D()) Method

Creates a polygonal region.
Public Shared Function CreatePolygon( _ 
ByVal ParamArray points As Point3D() _ 
) As Region
This language is not supported or no code example is available.
public static Region 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

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition