GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / HotSpot Property
In This Topic
    HotSpot Property
    In This Topic
    Gets or sets the offset for where the mouse pointer should be, relative to the Position of the Primary selection.
    Syntax
    public virtual SizeF HotSpot {get; set;}
    Remarks
    This is used by GoView.GetExternalDragImage and GoView.DoExternalDrop to decide how to position the selection relative to the mouse.
    See Also