C# Class 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.
Inheritance: VisualizationBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bDrawnAsSelected System.Boolean
m_oDrawingVisual System.Windows.Media.DrawingVisual

Méthodes publiques

Méthode Description
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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

DrawingHistory() public méthode

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. ///
Résultat System

GetBounds() public abstract méthode

public abstract GetBounds ( ) : System.Windows.Media.Geometry
Résultat System.Windows.Media.Geometry

Property Details

m_bDrawnAsSelected protected_oe property

protected Boolean,System m_bDrawnAsSelected
Résultat System.Boolean

m_oDrawingVisual protected_oe property

protected DrawingVisual,System.Windows.Media m_oDrawingVisual
Résultat System.Windows.Media.DrawingVisual