프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_bPolarRIsAbsolute | System.Boolean |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System |
Initializes a new instance of the PolarLayoutBase class.
|
메소드 | 설명 | |
---|---|---|
LayOutGraphCore ( IGraph graph, ICollection |
protected LayOutGraphCore ( IGraph graph, ICollection |
||
graph | IGraph | |
verticesToLayOut | ICollection |
|
layoutContext | ||
backgroundWorker | ||
리턴 | System.Boolean |
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 |