Create a new Map using the specific image and the rectangle area

C# | Visual Basic | Visual C++ |
public Map( Image<TColor, TDepth> image, RectangleF area )
Public Sub New ( _ image As Image(Of TColor, TDepth), _ area As RectangleF _ )
public: Map( Image<TColor, TDepth>^ image, RectangleF area )

- area (RectangleF)
- The area of this map