C# Class Smrf.NodeXL.Layouts.LayOutGraphAsyncArguments

Stores the arguments passed to ILayout.LayOutGraphAsync.
LayoutBase.LayOutGraphAsync uses an instance of this class to pass its arguments to .
Inheritance: LayoutsBase
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oGraph IGraph
m_oLayoutContext LayoutContext

Public Methods

Method Description
AssertValid ( ) : void
LayOutGraphAsyncArguments ( IGraph graph, LayoutContext layoutContext ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

LayOutGraphAsyncArguments() public method

Initializes a new instance of the class.
public LayOutGraphAsyncArguments ( IGraph graph, LayoutContext layoutContext ) : System
graph IGraph /// Graph to lay out. ///
layoutContext LayoutContext /// Provides access to objects needed to lay out the graph. ///
return System

Property Details

m_oGraph protected_oe property

protected IGraph m_oGraph
return IGraph

m_oLayoutContext protected_oe property

protected LayoutContext,Smrf.NodeXL.Layouts m_oLayoutContext
return LayoutContext