Calculates a suggested count of radial sides for a circular shape to appear smooth.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static int GetCircumferenceSuggestedSides(
double radius,
double arcAngle
) |
Visual Basic |
---|
Public Shared Function GetCircumferenceSuggestedSides ( _
radius As Double, _
arcAngle As Double _
) As Integer |
JScript |
---|
public static function GetCircumferenceSuggestedSides(
radius : double,
arcAngle : double
) : int |
Parameters
- radius
- Type: System..::..Double
The radius of the circular shape.
- arcAngle
- Type: System..::..Double
The angle (in degrees) for the circumference arc.
Return Value
The suggested count.
See Also