DBPix Documentation
Version 2.0

ImageClicked Event


Description:  Fires when the user clicks inside the image (except when panning, zooming etc)
Syntax:  void ImageClicked(short x, short y)
Arguments:  

Name    Type    Description

x    Short Integer    X coordinate of the point on the image that was clicked
y    Short Integer    Y coordinate of the point on the image that was clicked

Remarks:  

Note that the values are in image pixel coordinates, not screen coordinates (since the image may be zoomed).

To handle any click on the control area see the Click event.

See also:
   Click event
   DblClick event
   MouseMove event
   MouseUp event

 

 

Documentation version 2.0.0