C# 클래스 Smrf.NodeXL.Visualization.Wpf.LabelVertexDrawingHistory

Retains information about how one vertex was drawn as a label shape.
상속: RectangleVertexDrawingHistory
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
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