TIEVObjectMoveResizeEvent
TIEVObjectMoveResizeEvent
Declaration
TIEVObjectMoveResizeEvent = procedure(Sender: TObject; hobj: Integer; Grip: Integer; var OffsetX, OffsetY: Integer) of object;
Description
hobj is the moved or resized object
Grip is the grip number when resized (1=top-left, 2=bottom-right, 3=center-translation, 4=top-right, 5=bottom-left, 6=left side, 7=right side, 8=upper side, 9=bottom side).
OffsetX, OffsetY: the translation offsets when moved