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

GetSelfLoopEndpoint() public method

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

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