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

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

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

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

Initializes a new instance of the class.

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

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

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

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

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 . ///
Результат System