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

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

Méthodes publiques

Méthode Description
AssertValid ( ) : void
SquareVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Rect square ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

SquareVertexDrawingHistory() public méthode

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