property OnMouseMove: TImgMouseMoveEvent;
type TImgMouseMoveEvent = procedure(Sender: TObject; Shift: TShiftState; X, Y: Integer; Layer: TCustomLayer) of object;
This event is fired while the mouse is dragged over the image. Layer indicates the layer under the mouse, nil when there is no layer under the mouse, or the layer which has captured mouse events.
OnMouseDown, OnMouseUp, TCustomLayer
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024