Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / OrientedBoundingRect Constructor / OrientedBoundingRect Constructor(Point2D,Double,Double)
The position of the origin of the oriented box
The width of the box along axis-X
The height of the box along axis-Z

In This Topic
    OrientedBoundingRect Constructor(Point2D,Double,Double)
    In This Topic
    Defines an OrientedBoundingBox with World-Axis-Aligned transformation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal origin As Point2D, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public OrientedBoundingRect( 
       Point2D origin,
       double width,
       double height
    )

    Parameters

    origin
    The position of the origin of the oriented box
    width
    The width of the box along axis-X
    height
    The height of the box along axis-Z
    See Also