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

Retains information about how one vertex was drawn as a .
Inheritance: CircleVertexDrawingHistory
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
DiskVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double radius ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

DiskVertexDrawingHistory() public method

Initializes a new instance of the class.
public DiskVertexDrawingHistory ( 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 . ///
return System