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

    Parameters

    undo

    Return Value

    A SizeF
    See Also