C# 클래스 Smrf.NodeXL.Layouts.LayOutGraphAsyncArguments

Stores the arguments passed to ILayout.LayOutGraphAsync.
LayoutBase.LayOutGraphAsync uses an instance of this class to pass its arguments to .
상속: LayoutsBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oGraph IGraph
m_oLayoutContext LayoutContext

공개 메소드들

메소드 설명
AssertValid ( ) : void
LayOutGraphAsyncArguments ( IGraph graph, LayoutContext layoutContext ) : System

Initializes a new instance of the class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

LayOutGraphAsyncArguments() 공개 메소드

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. ///
리턴 System

프로퍼티 상세

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oLayoutContext 보호되어 있는 프로퍼티

protected LayoutContext,Smrf.NodeXL.Layouts m_oLayoutContext
리턴 LayoutContext