C# Класс Smrf.NodeXL.Visualization.Wpf.SolidTriangleVertexDrawingHistory

Retains information about how one vertex was drawn as a .
Наследование: TriangleVertexDrawingHistory
Показать файл Открыть проект

Открытые методы

Метод Описание
AssertValid ( ) : void
SolidTriangleVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double halfWidth ) : System

Initializes a new instance of the class.

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

SolidTriangleVertexDrawingHistory() публичный Метод

Initializes a new instance of the class.
public SolidTriangleVertexDrawingHistory ( 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 triangle that was drawn for . ///
Результат System