GoXam for WPF v3
ComputeDiameter Method
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
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