Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / OrientedBoundingRect Constructor / OrientedBoundingRect Constructor(IList<Point2D>)
The Point2D list

In This Topic
    OrientedBoundingRect Constructor(IList<Point2D>)
    In This Topic
    Defines an OrientedBoundingRect from a list of Point2D.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointCloud As IList(Of Point2D) _
    )
    public OrientedBoundingRect( 
       IList<Point2D> pointCloud
    )

    Parameters

    pointCloud
    The Point2D list
    See Also