GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / MoveOffset Property
In This Topic
    MoveOffset Property
    In This Topic
    Gets or sets the offset of the mouse point within the current object.
    Syntax
    public SizeF MoveOffset {get; set;}

    Property Value

    This SizeF value is in document coordinates.
    Remarks
    The mouse is normally inside the current object, which is just one of the selected objects being dragged.
    See Also