GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class / OriginalBounds Property
In This Topic
    OriginalBounds Property
    In This Topic
    Gets or sets the initial bounding rectangle of the resize handle's handled object.
    Syntax
    public RectangleF OriginalBounds {get; set;}

    Property Value

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