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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_dWidth Double
m_oEdge IEdge

공개 메소드들

메소드 설명
AssertValid ( ) : void
EdgeDrawingHistory ( IEdge edge, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double width ) : System

Initializes a new instance of the EdgeDrawingHistory class.

GetBounds ( ) : System.Windows.Media.Geometry

보호된 메소드들

메소드 설명
TransformPoints ( Transform oTransform, Point ao4BoundingPoints ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

EdgeDrawingHistory() 공개 메소드

Initializes a new instance of the EdgeDrawingHistory class.
public EdgeDrawingHistory ( IEdge edge, System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected, Double width ) : System
edge IEdge /// The edge that was drawn. ///
drawingVisual System.Windows.Media.DrawingVisual /// The DrawingVisual object that was used to draw the edge. ///
drawnAsSelected System.Boolean /// true if the edge was drawn as selected. ///
width Double /// The width of , in WPF units. ///
리턴 System

GetBounds() 공개 메소드

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

TransformPoints() 보호된 메소드

protected TransformPoints ( Transform oTransform, Point ao4BoundingPoints ) : void
oTransform System.Windows.Media.Transform
ao4BoundingPoints Point
리턴 void

프로퍼티 상세

m_dWidth 보호되어 있는 프로퍼티

protected Double m_dWidth
리턴 Double

m_oEdge 보호되어 있는 프로퍼티

protected IEdge m_oEdge
리턴 IEdge