The MCvBox2D type exposes the following members.

Constructors

  NameDescription
MCvBox2D
Create a MCvBox2D structure with the specific parameters

Methods

  NameDescription
EqualsOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetVertices
Get the 4 verticies of this Box.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinAreaRect
Get the minimum enclosing rectangle for this Box
Offset
Shift the box by the specific amount
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  NameDescription
Implicit
Convert a RectangleF to MCvBox2D

Fields

  NameDescription
angle
The angle between the horizontal axis and the first side (i.e. width) in degrees
center
The center of the box
size
The size of the box

Properties

  NameDescription
Empty
Represent an uninitialized MCvBox2D

See Also