C# Class Smrf.NodeXL.Layouts.LayoutContext

Provides access to objects needed for laying out a graph.
Inheritance: LayoutsBase
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oGraphRectangle System.Drawing.Rectangle

Public Methods

Method Description
AssertValid ( ) : void
LayoutContext ( Rectangle graphRectangle ) : System

Initializes a new instance of the LayoutContext class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

LayoutContext() public method

Initializes a new instance of the LayoutContext class.
public LayoutContext ( Rectangle graphRectangle ) : System
graphRectangle System.Drawing.Rectangle /// The the graph is being laid out /// within. ///
return System

Property Details

m_oGraphRectangle protected_oe property

protected Rectangle,System.Drawing m_oGraphRectangle
return System.Drawing.Rectangle