GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / GetRect Method
In This Topic
    GetRect Method
    In This Topic
    If undo is true, this returns OldRect, otherwise it returns NewRect.
    Syntax
    public RectangleF GetRect( 
       bool undo
    )

    Parameters

    undo

    Return Value

    A RectangleF
    See Also