Smrf.NodeXL.Visualization.Wpf.GroupDrawer.AssertValid C# (CSharp) Method

AssertValid() public method

public AssertValid ( ) : void
return void
    AssertValid()
    {
        base.AssertValid();

        // m_oLabelTextColor
        // m_eLabelPosition
        Debug.Assert(m_dLabelScale >= GraphDrawer.MinimumGraphScale);
        Debug.Assert(m_dLabelScale <= GraphDrawer.MaximumGraphScale);
        Debug.Assert(m_oFormattedTextManager != null);
    }