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
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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