Smrf.NodeXL.ExcelTemplate.GraphImageCompositor.GraphImageCompositor C# (CSharp) Method

GraphImageCompositor() public method

Initializes a new instance of the GraphImageCompositor class.
public GraphImageCompositor ( NodeXLControl nodeXLControl ) : System
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// The NodeXLControl that will be composited by . /// This is assumed to be hosted in a Panel. ///
return System
    public GraphImageCompositor
    (
        NodeXLControl nodeXLControl
    )
    {
        m_oNodeXLControl = nodeXLControl;
        m_oLayoutSaver = null;
        m_oGraphImageScaler = null;
        m_oGraphImageCenterer = null;
        m_oParentPanel = null;
        m_iChildIndex = Int32.MinValue;
        m_oGrid = null;

        AssertValid();
    }