[Visual
Basic] imagekitcontrolname_ClickOnPanWindow(ByVal
x As Long, ByVal y As Long)
[Visual
C++] OnClickOnPanWindowimagekitcontrolname(long
x, long y)
Parameters
Name | Explanation |
---|---|
x, y | The x and y coordinates of the mouse click location within the pan window. (in pixels) |
Explanation
The ClickOnPanWindow event is generated when the mouse cursor is inside the pan window and the left mouse button is pressed.
If using Visual Basic.NET or Visual C#.NET, please refer to the section Regarding VB.NET and C#.NET.