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

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

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

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

Initializes a new instance of the class.

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

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

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

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

Initializes a new instance of the class.
public LabelVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Rect rectangle ) : 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. ///
rectangle System.Windows.Rect /// The rectangle that was drawn for . ///
Результат System