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
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bDrawnAsSelected System.Boolean
m_oDrawingVisual System.Windows.Media.DrawingVisual

Public Methods

Method 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 method

public AssertValid ( ) : void
return void

DrawingHistory() public method

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. ///
return System

GetBounds() public abstract method

public abstract GetBounds ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry

Property Details

m_bDrawnAsSelected protected_oe property

protected Boolean,System m_bDrawnAsSelected
return System.Boolean

m_oDrawingVisual protected_oe property

protected DrawingVisual,System.Windows.Media m_oDrawingVisual
return System.Windows.Media.DrawingVisual