OrientedBoundingRect(Point2D, Double, Double) Constructor

Defines an OrientedBoundingBox with World-Axis-Aligned transformation.
Public Sub New( _ 
ByVal origin As Point2D, _ 
ByVal width As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public OrientedBoundingRect( 
Point2D origin
double width
double height 
)
This language is not supported or no code example is available.

Parameters

origin
Point2D

The position of the origin of the oriented box

width
double

The width of the box along axis-X

height
double

The height of the box along axis-Y

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition