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

Retains information about how an object was drawn.
This is a base class for a family of classes that retain information about how various objects were drawn using the DrawingVisual class.
상속: VisualizationBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_bDrawnAsSelected System.Boolean
m_oDrawingVisual System.Windows.Media.DrawingVisual

공개 메소드들

메소드 설명
AssertValid ( ) : void
DrawingHistory ( System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected ) : System

Initializes a new instance of the DrawingHistory class.

GetBounds ( ) : System.Windows.Media.Geometry

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

DrawingHistory() 공개 메소드

Initializes a new instance of the DrawingHistory class.
public DrawingHistory ( System.Windows.Media.DrawingVisual drawingVisual, System.Boolean drawnAsSelected ) : System
drawingVisual System.Windows.Media.DrawingVisual /// The DrawingVisual object that was used to draw the object. ///
drawnAsSelected System.Boolean /// true if the object was drawn as selected. ///
리턴 System

GetBounds() 공개 추상적인 메소드

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

프로퍼티 상세

m_bDrawnAsSelected 보호되어 있는 프로퍼티

protected Boolean,System m_bDrawnAsSelected
리턴 System.Boolean

m_oDrawingVisual 보호되어 있는 프로퍼티

protected DrawingVisual,System.Windows.Media m_oDrawingVisual
리턴 System.Windows.Media.DrawingVisual