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

Retains information about how one vertex was drawn as a .
Inheritance: VertexDrawingHistory
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_dRadius Double

Méthodes publiques

Méthode Description
AssertValid ( ) : void
CircleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double radius ) : System

Initializes a new instance of the class.

GetBounds ( ) : System.Windows.Media.Geometry
GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void
GetLabelLocation ( VertexLabelPosition labelPosition ) : Point
GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CircleVertexDrawingHistory() public méthode

Initializes a new instance of the class.
public CircleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double radius ) : System
vertex IVertex /// The vertex that was drawn. ///
drawingVisual System.Windows.Media.DrawingVisual /// The DrawingVisual object that was used to draw the vertex. ///
drawnAsSelected System.Boolean /// true if the vertex was drawn as selected. ///
radius Double /// The radius of . ///
Résultat System

GetBounds() public méthode

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

GetEdgeEndpoint() public méthode

public GetEdgeEndpoint ( Point otherEndpoint, Point &edgeEndpoint ) : void
otherEndpoint Point
edgeEndpoint Point
Résultat void

GetLabelLocation() public méthode

public GetLabelLocation ( VertexLabelPosition labelPosition ) : Point
labelPosition VertexLabelPosition
Résultat Point

GetSelfLoopEndpoint() public méthode

public GetSelfLoopEndpoint ( RectangleEdge farthestGraphRectangleEdge ) : Point
farthestGraphRectangleEdge RectangleEdge
Résultat Point

Property Details

m_dRadius protected_oe property

protected Double m_dRadius
Résultat Double