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

Stores information about how groups and the edges between them should be drawn when the graph is laid out using groups.
An instance of this class is added to the graph when is set to .
Наследование: Object
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
m_dPenWidth Double
m_oCombinedIntergroupEdges IEnumerable
m_oGroupsToDraw IList

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

Метод Описание
GroupLayoutDrawingInfo ( IList groupsToDraw, Double penWidth, IEnumerable combinedIntergroupEdges ) : System

Initializes a new instance of the GroupLayoutDrawingInfo class.

Приватные методы

Метод Описание
AssertValid ( ) : void

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

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

Initializes a new instance of the GroupLayoutDrawingInfo class.
public GroupLayoutDrawingInfo ( IList groupsToDraw, Double penWidth, IEnumerable combinedIntergroupEdges ) : System
groupsToDraw IList /// The groups to draw. ///
penWidth Double /// The width of the pen used to draw group rectangles. If 0, group /// rectangles shouldn't be drawn. ///
combinedIntergroupEdges IEnumerable /// A collection of combined intergroup edges, or null if intergroup edges /// haven't been combined. ///
Результат System

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

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

protected Double m_dPenWidth
Результат Double

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

protected IEnumerable m_oCombinedIntergroupEdges
Результат IEnumerable

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

protected IList m_oGroupsToDraw
Результат IList