Get the minimum area rectangle for this point sequence

C# | Visual Basic | Visual C++ |
public Box2D<int> GetMinAreaRect( MemStorage stor )
Public Function GetMinAreaRect ( _ stor As MemStorage _ ) As Box2D(Of Integer)
public: Box2D<int>^ GetMinAreaRect( MemStorage^ stor )

- stor (MemStorage)
- The temporary storage to use

The minimum area rectangle