C# Class Smrf.NodeXL.ExcelTemplate.GraphRectangleEventArgs

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

Protected Properties

Property Type Description
m_oGraphRectangle System.Drawing.Rectangle
m_oNodeXLControl Smrf.NodeXL.Visualization.Wpf.NodeXLControl

Public Methods

Method Description
GraphRectangleEventArgs ( Rectangle graphRectangle, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

GraphRectangleEventArgs() public method

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. ///
return System

Property Details

m_oGraphRectangle protected_oe property

protected Rectangle,System.Drawing m_oGraphRectangle
return System.Drawing.Rectangle

m_oNodeXLControl protected_oe property

protected NodeXLControl,Smrf.NodeXL.Visualization.Wpf m_oNodeXLControl
return Smrf.NodeXL.Visualization.Wpf.NodeXLControl