C# 클래스 Smrf.NodeXL.ExcelTemplate.GraphLaidOutEventArgs

Provides event information for the TaskPane.GraphLaidOut and ThisWorkbook.GraphLaidOut events.
상속: GraphRectangleEventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oEdgeIDDictionary IIdentityProvider>.Dictionary
m_oLegendControls IEnumerable
m_oVertexIDDictionary IIdentityProvider>.Dictionary

공개 메소드들

메소드 설명
AssertValid ( ) : void
GraphLaidOutEventArgs ( Rectangle graphRectangle, IIdentityProvider>.Dictionary edgeIDDictionary, IIdentityProvider>.Dictionary vertexIDDictionary, NodeXLControl nodeXLControl, IEnumerable legendControls ) : System

Initializes a new instance of the GraphLaidOutEventArgs class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

GraphLaidOutEventArgs() 공개 메소드

Initializes a new instance of the GraphLaidOutEventArgs class.
public GraphLaidOutEventArgs ( Rectangle graphRectangle, IIdentityProvider>.Dictionary edgeIDDictionary, IIdentityProvider>.Dictionary vertexIDDictionary, NodeXLControl nodeXLControl, IEnumerable legendControls ) : System
graphRectangle System.Drawing.Rectangle /// The rectangle the graph was drawn within. ///
edgeIDDictionary IIdentityProvider>.Dictionary /// Dictionary that maps edge IDs stored in the edge worksheet to edge /// objects in the graph. ///
vertexIDDictionary IIdentityProvider>.Dictionary /// Dictionary that maps vertex IDs stored in the vertex worksheet to /// vertex objects in the graph. ///
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// The control in which the graph was laid out. ///
legendControls IEnumerable /// Zero or more legend controls associated with . Can't be null. ///
리턴 System

프로퍼티 상세

m_oEdgeIDDictionary 보호되어 있는 프로퍼티

protected Dictionary m_oEdgeIDDictionary
리턴 IIdentityProvider>.Dictionary

m_oLegendControls 보호되어 있는 프로퍼티

protected IEnumerable m_oLegendControls
리턴 IEnumerable

m_oVertexIDDictionary 보호되어 있는 프로퍼티

protected Dictionary m_oVertexIDDictionary
리턴 IIdentityProvider>.Dictionary