C# Class Smrf.NodeXL.Visualization.Wpf.GraphDrawingContext

Provides access to objects needed for graph-drawing operations.
Inheritance: VisualizationBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_iMargin System.Int32
m_oBackColor Color
m_oGraphRectangle System.Windows.Rect

Méthodes publiques

Méthode Description
AssertValid ( ) : void
GraphDrawingContext ( Rect graphRectangle, Int32 margin, Color backColor ) : System

Initializes a new instance of the GraphDrawingContext class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

GraphDrawingContext() public méthode

Initializes a new instance of the GraphDrawingContext class.
public GraphDrawingContext ( Rect graphRectangle, Int32 margin, Color backColor ) : System
graphRectangle System.Windows.Rect /// The the graph is being drawn within. ///
margin System.Int32 /// The margin that was used to lay out the graph. If is {L=0, T=0, R=50, B=30} and is 5, for example, then the graph was laid out within /// the rectangle {L=5, T=5, R=45, B=25}. ///
backColor Color /// The graph's background color. ///
Résultat System

Property Details

m_iMargin protected_oe property

protected Int32,System m_iMargin
Résultat System.Int32

m_oBackColor protected_oe property

protected Color m_oBackColor
Résultat Color

m_oGraphRectangle protected_oe property

protected Rect,System.Windows m_oGraphRectangle
Résultat System.Windows.Rect