ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIPanCtl Control > IGGUIPanCtl Methods > TrackMouse Method |
Tracks the position of the mouse. This method must be called to start hand panning. The hand panning is terminated automatically when the user releases the corresponding mouse button.
Sub TrackMouse(X as Long, Y as Long)
Name | Description |
---|---|
X | Current X position of the cursor. |
Y | Current Y position of the cursor. |
None
N/A
ig_guiwin.vb6.exe