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

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

Méthodes publiques

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

Initializes a new instance of the class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

SolidDiamondVertexDrawingHistory() public méthode

Initializes a new instance of the class.
public SolidDiamondVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double halfWidth ) : 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. ///
halfWidth Double /// The half-width of the diamond that was drawn for . ///
Résultat System