Property ClickOffset
ClickOffset
Gets the offset between the mouse-down location and the origin of the hit-test rectangle when dragging began.
public PointD ClickOffset { get; }
Property Value
Remarks
This offset is computed on mouse down and is used to preserve the relative cursor position during a drag.