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

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

Protected Properties

Свойство Type Description
m_dWidth Double
m_oEdge IEdge

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TransformPoints ( Transform oTransform, Point ao4BoundingPoints ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

EdgeDrawingHistory() public méthode

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

GetBounds() public méthode

public GetBounds ( ) : System.Windows.Media.Geometry
Résultat System.Windows.Media.Geometry

TransformPoints() protected méthode

protected TransformPoints ( Transform oTransform, Point ao4BoundingPoints ) : void
oTransform System.Windows.Media.Transform
ao4BoundingPoints Point
Résultat void

Property Details

m_dWidth protected_oe property

protected Double m_dWidth
Résultat Double

m_oEdge protected_oe property

protected IEdge m_oEdge
Résultat IEdge