ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > InteractionProcess Method |
Transfers mouse events from your application's IGPageViewCtl Control to the IGArtPage Object, so that the ART component can react to mouse events.
Your application must implement MouseDown Event and MouseMove Event event handlers for the IGPageViewCtl Control to make the ToolBar operate. It will call InteractionProcess Method in those handlers - see Creating a Mark via the ToolBar. |
InteractionProcess(Button As Long, Event As long, ptPoint As
IGPoint)
Name | Description |
---|---|
Button |
Identifies the mouse button number:
|
Event |
Identifies the type of event happened: 0 - Mouse Movement event. In this case first argument Button is ignored, ptPoint is a current mouse coordinates.
|
IGPoint | Identifies the screen location of the mouse event. Construct an IGPoint Object from the X and Y values from the IGPageViewCtl_MouseDown event. |
None
N/A
None