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

Base class for classes that lay out a graph by placing the vertices within a polar coordinate space.
Наследование: LayoutBase
Показать файл Открыть проект

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

Свойство Тип Описание
m_bPolarRIsAbsolute System.Boolean

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

Метод Описание
AssertValid ( ) : void
PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System

Initializes a new instance of the PolarLayoutBase class.

Защищенные методы

Метод Описание
LayOutGraphCore ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, BackgroundWorker backgroundWorker ) : System.Boolean

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

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

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

LayOutGraphCore() защищенный Метод

protected LayOutGraphCore ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, BackgroundWorker backgroundWorker ) : System.Boolean
graph IGraph
verticesToLayOut ICollection
layoutContext LayoutContext
backgroundWorker System.ComponentModel.BackgroundWorker
Результат System.Boolean

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

Initializes a new instance of the PolarLayoutBase class.
public PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System
polarRIsAbsolute System.Boolean /// If true, the polar R coordinates are in WPF units and have no upper /// limit. If false, the polar R coordinates can vary from 0.0 to 1.0, and /// 1.0 represents half of either the graph rectangle height or width, /// whichever is smaller. ///
Результат System

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

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

protected Boolean,System m_bPolarRIsAbsolute
Результат System.Boolean