GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / ComputeMove Method
In This Topic
    ComputeMove Method (GoObject)
    In This Topic
    Calculate a new location for this object.
    Syntax
    public virtual PointF ComputeMove( 
       PointF origLoc,
       PointF newLoc
    )

    Parameters

    origLoc
    newLoc

    Return Value

    A PointF in document coordinates.
    Remarks
    See Also