MapTColor, TDepthCopy Method (RectangleF) |
http://www.emgu.com
Get a copy of the map in the specific area
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Map<TColor, TDepth> Copy(
RectangleF area
)
Public Function Copy (
area As RectangleF
) As Map(Of TColor, TDepth)
public:
Map<TColor, TDepth>^ Copy(
RectangleF area
)
member Copy :
area : RectangleF -> Map<'TColor, 'TDepth>
Parameters
- area
- Type: System.DrawingRectangleF
the area of the map to be retrieve
Return Value
Type:
MapTColor,
TDepthThe area of the map
See Also