OrientedBoundingRect(IList<Point2D>) Constructor

Defines an OrientedBoundingRect from a list of Point2D.
Public Sub New( _ 
ByVal pointCloud As IList(Of Point2D) _ 
)
This language is not supported or no code example is available.
public OrientedBoundingRect( 
IList<Point2D> pointCloud 
)
This language is not supported or no code example is available.

Parameters

pointCloud
IList<Point2D>

The Point2D list

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition