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

VertexLocationConverter() public method

Initializes a new instance of the class.
public VertexLocationConverter ( Rectangle graphRectangle ) : System
graphRectangle System.Drawing.Rectangle /// Rectangle the graph was drawn within. ///
return System
    public VertexLocationConverter
    (
        Rectangle graphRectangle
    )
    {
        m_oGraphRectangle = graphRectangle;

        AssertValid();
    }