ImageGear .NET v24.12 - Updated
ImGearRecZone Constructor(ImGearRecFillingMethod,ImGearRecRecognitionModule)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecZone Class > ImGearRecZone Constructor : ImGearRecZone Constructor(ImGearRecFillingMethod,ImGearRecRecognitionModule)
Filling method to set for the zone.
Recognition module to set for the zone.
Initializes a new instance of the ImGearRecZone class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fillingMethod As ImGearRecFillingMethod, _
   ByVal recognitionModule As ImGearRecRecognitionModule _
)
'Usage
 
Dim fillingMethod As ImGearRecFillingMethod
Dim recognitionModule As ImGearRecRecognitionModule
 
Dim instance As New ImGearRecZone(fillingMethod, recognitionModule)

Parameters

fillingMethod
Filling method to set for the zone.
recognitionModule
Recognition module to set for the zone.

Return Value

The new instance of ImGearRecZone class object.
Remarks
Note:The application must then set various properties of the zone before adding it to the zone list.
See Also

Reference

ImGearRecZone Class
ImGearRecZone Members
Overload List
ImGearRecZone Class
ImGearRecFillingMethod Enumeration
ImGearRecRecognitionModule Enumeration