C# Class Smrf.NodeXL.Visualization.Wpf.NodeXLVisual

Inheritance: System.Windows.Media.Visual
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oGraphDrawer GraphDrawer

Public Methods

Method Description
NodeXLVisual ( ) : System

Initializes a new instance of the NodeXLVisual class.

Protected Methods

Method Description
GetVisualChild ( Int32 index ) : System.Windows.Media.Visual

Private Methods

Method Description
AssertValid ( ) : void

Method Details

GetVisualChild() protected method

protected GetVisualChild ( Int32 index ) : System.Windows.Media.Visual
index System.Int32
return System.Windows.Media.Visual

NodeXLVisual() public method

Initializes a new instance of the NodeXLVisual class.
public NodeXLVisual ( ) : System
return System

Property Details

m_oGraphDrawer protected_oe property

protected GraphDrawer,Smrf.NodeXL.Visualization.Wpf m_oGraphDrawer
return GraphDrawer