GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class / OriginalPoint Property
In This Topic
    OriginalPoint Property
    In This Topic
    Gets or sets the initial center of the resize handle.
    Syntax
    public PointF OriginalPoint {get; set;}

    Property Value

    This PointF value is in document coordinates.
    Remarks
    DoCancelMouse uses this information to invoke DoResize with the original point.
    See Also