GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / GetSpotLocation Method
A predefined or user-defined integer spot or handle ID.
In This Topic
    GetSpotLocation Method
    In This Topic
    Get the position of a spot on this object.
    Syntax
    public virtual PointF GetSpotLocation( 
       int spot
    )

    Parameters

    spot
    A predefined or user-defined integer spot or handle ID.

    Return Value

    A PointF value in document coordinates.
    Remarks
    If you want to define your own custom spots, you may wish to override the GetRectangleSpotLocation method and related methods.
    See Also