ImageGear .NET v24.12 - Updated
MouseMove Method (ImGearRecZoneGUI)




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUI Class : MouseMove Method
Source of the event. Must be the same as what was passed to the original event handler.
Event parameters. Must be the same as what was passed to the original event handler.
Processes MouseMove events from the application in order to provide zone editor GUI functionality.
Syntax
'Declaration
 
Public Sub MouseMove( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
'Usage
 
Dim instance As ImGearRecZoneGUI
Dim sender As Object
Dim e As MouseEventArgs
 
instance.MouseMove(sender, e)
public void MouseMove( 
   object sender,
   MouseEventArgs e
)
public: void MouseMove( 
   Object* sender,
   MouseEventArgs* e
) 
public:
void MouseMove( 
   Object^ sender,
   MouseEventArgs^ e
) 

Parameters

sender
Source of the event. Must be the same as what was passed to the original event handler.
e
Event parameters. Must be the same as what was passed to the original event handler.
Remarks
This method processes MouseMove events from the application in order to provide zone editor GUI functionality. The application must relay MouseMove events received from the ImGearPageView object to the recognition zone editor GUI by passing them to this method.
See Also

Reference

ImGearRecZoneGUI Class
ImGearRecZoneGUI Members