GoXam for WPF v3
ComputeDiameter Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
CircularVertex Class
: ComputeDiameter Method
The angle at which the layout's being filled. This is only necessary if
NodeDiameterFormula
==
CircularNodeDiameterFormula.Circular
Finds the effective diameter of this CircularVertex, which may depend on the angle at which the ellipse is being filled
Syntax
C#
public
virtual
double
ComputeDiameter(
double
angle
)
Parameters
angle
The angle at which the layout's being filled. This is only necessary if
NodeDiameterFormula
==
CircularNodeDiameterFormula.Circular
Return Value
The diameter, or
NaN
if unable to compute it
See Also
Reference
CircularVertex Class
CircularVertex Members