C# Класс Smrf.NodeXL.Visualization.Wpf.GraphDrawingContext

Provides access to objects needed for graph-drawing operations.
Наследование: VisualizationBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_iMargin System.Int32
m_oBackColor Color
m_oGraphRectangle System.Windows.Rect

Открытые методы

Метод Описание
AssertValid ( ) : void
GraphDrawingContext ( Rect graphRectangle, Int32 margin, Color backColor ) : System

Initializes a new instance of the GraphDrawingContext class.

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

GraphDrawingContext() публичный Метод

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. ///
Результат System

Описание свойств

m_iMargin защищенное свойство

protected Int32,System m_iMargin
Результат System.Int32

m_oBackColor защищенное свойство

protected Color m_oBackColor
Результат Color

m_oGraphRectangle защищенное свойство

protected Rect,System.Windows m_oGraphRectangle
Результат System.Windows.Rect