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

GetBounds() public method

public GetBounds ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry
    GetBounds()
    {
        return ( new RectangleGeometry(m_oRectangle) );
    }