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

Retains information about how one edge was drawn.
Inheritance: DrawingHistory
Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_dWidth Double
m_oEdge IEdge

Public Methods

Method Description
AssertValid ( ) : void
EdgeDrawingHistory ( IEdge edge, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double width ) : System

Initializes a new instance of the EdgeDrawingHistory class.

GetBounds ( ) : System.Windows.Media.Geometry

Protected Methods

Method Description
TransformPoints ( Transform oTransform, Point ao4BoundingPoints ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

EdgeDrawingHistory() public method

Initializes a new instance of the EdgeDrawingHistory class.
public EdgeDrawingHistory ( IEdge edge, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double width ) : System
edge IEdge /// The edge that was drawn. ///
drawingVisual System.Windows.Media.DrawingVisual /// The DrawingVisual object that was used to draw the edge. ///
drawnAsSelected System.Boolean /// true if the edge was drawn as selected. ///
width Double /// The width of , in WPF units. ///
return System

GetBounds() public method

public GetBounds ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry

TransformPoints() protected method

protected TransformPoints ( Transform oTransform, Point ao4BoundingPoints ) : void
oTransform System.Windows.Media.Transform
ao4BoundingPoints Point
return void

Property Details

m_dWidth protected_oe property

protected Double m_dWidth
return Double

m_oEdge protected_oe property

protected IEdge m_oEdge
return IEdge