Converts the specified value from degrees to radians.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
SyntaxJavaScript
Copy Code
|
|---|
function radians (degrees) |
Type: Number
Number. The degrees to convert.
Type: Number
Number. The converted angle.
See Also