ImageGear .NET - Updated
Locate(ImGearRectangle) Method




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZoneCollection Class > Locate Method : Locate(ImGearRectangle) Method
Rectangular region of image to locate zones in.
Automatically locates zones by examining the specified rectangular region of the image.
Syntax
'Declaration
 
Public Overloads Sub Locate( _
   ByVal rect As ImGearRectangle _
) 
'Usage
 
Dim instance As ImGearRecZoneCollection
Dim rect As ImGearRectangle
 
instance.Locate(rect)
public void Locate( 
   ImGearRectangle rect
)
public: void Locate( 
   ImGearRectangle rect
) 
public:
void Locate( 
   ImGearRectangle rect
) 

Parameters

rect
Rectangular region of image to locate zones in.
Remarks
Locates zones in a specified rectangular region of the image. See Locate method for the full description.
See Also

Reference

ImGearRecZoneCollection Class
ImGearRecZoneCollection Members
Overload List
ImGearRectangle Structure