Smrf.NodeXL.Visualization.Wpf.RectangleVertexDrawingHistory.GetEdgeEndpoint C# (CSharp) Method

GetEdgeEndpoint() public method

public GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void
otherEndpoint Point
edgeEndpoint Point
return void
    GetEdgeEndpoint
    (
        Point otherEndpoint,
        out Point edgeEndpoint
    )
    {
        AssertValid();

        GetEdgeEndpointOnRectangle(this.VertexLocation, this.Rectangle,
            otherEndpoint, out edgeEndpoint);
    }