This event is generated when the mouse cursor is moved within the Magnifier.

[C++Builder]   imagekitcontrolnameMagnifierMouseMove(TObject *Sender, TShiftState Shift, int X, int Y)
[Delphi]   imagekitcontrolnameMagnifierMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer)

Parameters

Name Explanation
Shift The state of the key or mouse button
     ssShift: Shift key is pressed
     ssAlt: Alt key is pressed
     ssCtrl: Ctrl key is pressed
     ssLeft: Left mouse button is pressed
     ssRight: Right mouse button is pressed
     ssMiddle: Middle mouse button is pressed
     ssDouble: Mouse has been double clicked
x, y The coordinates for the center of the Magnifier

Explanation

The MagnifierMouseMove event is generated when the mouse cursor is moved within the Magnifier.
For more information about the TShiftState type, please refer to the Delphi or C++Builder help documentation.

Differences from ImageKit7/8/9/10 ActiveX

The Button parameter has been eliminated
The Shift parameter has been changed to the TShiftState type

 

The ImageKit10 VCL is a product created by Newtone Corporation