Property | Type | Description | |
---|---|---|---|
m_bPolarRIsAbsolute | System.Boolean |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
PolarLayoutBase ( System.Boolean polarRIsAbsolute ) : System |
Initializes a new instance of the PolarLayoutBase class.
|
Method | Description | |
---|---|---|
LayOutGraphCore ( IGraph graph, ICollection |
protected LayOutGraphCore ( IGraph graph, ICollection |
||
graph | IGraph | |
verticesToLayOut | ICollection |
|
layoutContext | ||
backgroundWorker | ||
return | 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. /// |
return | System |