Raised each time the mouse moves over an image.
- Button
An integer which represents the mouse button had been clicked to create this event.
- LeftButton (1)
- RightButton (2)
- MiddleButton (4)
- Shift
An integer which represents the shift key state when the event was generated:
- ShiftMask (1)
- CtrlMask (2)
- AltMask (4)
These values may be combined.
- x
- The horizontal coordinate of the mouse relative to the control's area. Use DIBXPos and DIBYPos properties to get the coordinates within the image without having to calculate scale, scroll offsets, etc.
- y
- The vertical coordinate of the mouse relative to the control's area. Use DIBXPos and DIBYPos properties to get the coordinates within the image without having to calculate scale, scroll offsets, etc.
ImagXpress Object | ImagXpress Members | Window and Control