Region.CreatePolygon (Point2D()) Method

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

Parameters

points
Point2D[]

A list of 2D points

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition