ImageGear .NET v24.12 - Updated
ImGearRecZoneGUI Constructor




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : ImGearRecZoneGUI Constructor
Page view control used to display the image whose zones are to be edited.
Instance of the recognition engine being used by the application.
Initializes a new instance of the ImGearRecZoneGUI class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageView As ImGearPageView, _
   ByVal recognitionEngine As ImGearRecognition _
)
'Usage
 
Dim pageView As ImGearPageView
Dim recognitionEngine As ImGearRecognition
 
Dim instance As New ImGearRecZoneGUI(pageView, recognitionEngine)
public ImGearRecZoneGUI( 
   ImGearPageView pageView,
   ImGearRecognition recognitionEngine
)
public: ImGearRecZoneGUI( 
   ImGearPageView* pageView,
   ImGearRecognition* recognitionEngine
)
public:
ImGearRecZoneGUI( 
   ImGearPageView^ pageView,
   ImGearRecognition^ recognitionEngine
)

Parameters

pageView
Page view control used to display the image whose zones are to be edited.
recognitionEngine
Instance of the recognition engine being used by the application.

Return Value

Instance of the ImGearRecZoneGUI class representing the recognition zone editor GUI which is set up to work with the given page view control and recognition engine.
Remarks
You must supply a page view control (ImGearPageView object) which will be used to display the image whose zones are to be edited. You must also supply the instance of the recognition engine being used by the application.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members
ImGearRecZoneGUI Class
ImGearRecognition Class
ImGearPageView Class