C# Класс Smrf.NodeXL.Layouts.LayOutGraphAsyncArguments

Stores the arguments passed to ILayout.LayOutGraphAsync.
LayoutBase.LayOutGraphAsync uses an instance of this class to pass its arguments to .
Наследование: LayoutsBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_oGraph IGraph
m_oLayoutContext LayoutContext

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

Метод Описание
AssertValid ( ) : void
LayOutGraphAsyncArguments ( IGraph graph, LayoutContext layoutContext ) : System

Initializes a new instance of the class.

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

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

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

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

Initializes a new instance of the class.
public LayOutGraphAsyncArguments ( IGraph graph, LayoutContext layoutContext ) : System
graph IGraph /// Graph to lay out. ///
layoutContext LayoutContext /// Provides access to objects needed to lay out the graph. ///
Результат System

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

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

protected IGraph m_oGraph
Результат IGraph

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

protected LayoutContext,Smrf.NodeXL.Layouts m_oLayoutContext
Результат LayoutContext