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

Provides event information for events that involve the graph rectangle and the NodeXLControl.
상속: System.EventArgs
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oGraphRectangle System.Drawing.Rectangle
m_oNodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl

공개 메소드들

메소드 설명
GraphRectangleEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

GraphRectangleEventArgs() 공개 메소드

Initializes a new instance of the class.
public GraphRectangleEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl ) : System
graphRectangle System.Drawing.Rectangle /// The rectangle the graph was drawn within. ///
nodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl /// The control in which the graph was drawn. ///
리턴 System

프로퍼티 상세

m_oGraphRectangle 보호되어 있는 프로퍼티

protected Rectangle,System.Drawing m_oGraphRectangle
리턴 System.Drawing.Rectangle

m_oNodeXLControl 보호되어 있는 프로퍼티

protected NodeXLControl,Smrf.NodeXL.Visualization.Wpf m_oNodeXLControl
리턴 Smrf.NodeXL.Visualization.Wpf.NodeXLControl