GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / SetSpotLocation Method / SetSpotLocation(Int32,PointF) Method
A predefined or user-defined integer spot or handle ID.
The new PointF position for this object's spot to be at.
In This Topic
    SetSpotLocation(Int32,PointF) Method
    In This Topic
    Move this object so this object's given spot is at the given location.
    Syntax
    public virtual void SetSpotLocation( 
       int spot,
       PointF newp
    )

    Parameters

    spot
    A predefined or user-defined integer spot or handle ID.
    newp
    The new PointF position for this object's spot to be at.
    Remarks
    If you want to define your own custom spots, you may wish to override the SetRectangleSpotLocation method and related methods.
    See Also