C# Class Smrf.NodeXL.ExcelTemplate.GraphRectangleEventArgs

Provides event information for events that involve the graph rectangle and the NodeXLControl.
Inheritance: System.EventArgs
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oGraphRectangle System.Drawing.Rectangle
m_oNodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl

Méthodes publiques

Méthode Description
GraphRectangleEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

GraphRectangleEventArgs() public méthode

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. ///
Résultat System

Property Details

m_oGraphRectangle protected_oe property

protected Rectangle,System.Drawing m_oGraphRectangle
Résultat System.Drawing.Rectangle

m_oNodeXLControl protected_oe property

protected NodeXLControl,Smrf.NodeXL.Visualization.Wpf m_oNodeXLControl
Résultat Smrf.NodeXL.Visualization.Wpf.NodeXLControl