Smrf.NodeXL.Visualization.Wpf.DiamondVertexDrawingHistory.GetBounds C# (CSharp) Method

GetBounds() public method

public GetBounds ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry
    GetBounds()
    {
        return ( WpfPathGeometryUtil.GetDiamond(
            this.VertexLocation, m_dHalfWidth) );
    }