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

Retains information about how one vertex was drawn as a .
상속: SolidTaperedDiamondVertexDrawingHistory
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
GetBounds ( ) : System.Windows.Media.Geometry
SolidRoundedXVertexDrawingHistory ( IVertex vertex, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double halfWidth ) : System

Initializes a new instance of the class.

메소드 상세

GetBounds() 공개 메소드

public GetBounds ( ) : System.Windows.Media.Geometry
리턴 System.Windows.Media.Geometry

SolidRoundedXVertexDrawingHistory() 공개 메소드

Initializes a new instance of the class.
public SolidRoundedXVertexDrawingHistory ( 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 /// One half the width of the rounded X that was drawn for . ///
리턴 System