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

    Parameters

    undo

    Return Value

    A PointF
    See Also