Smrf.NodeXL.Visualization.Wpf.CircleVertexDrawingHistory.GetSelfLoopEndpoint C# (CSharp) Method

GetSelfLoopEndpoint() public method

public GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point
farthestGraphRectangleEdge RectangleEdge
return Point
    GetSelfLoopEndpoint
    (
        RectangleEdge farthestGraphRectangleEdge
    )
    {
        AssertValid();

        return ( GetSelfLoopEndpointOnRectangle(GetBoundingSquare(m_dRadius),
            farthestGraphRectangleEdge) );
    }