VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / set_StartAngle Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_StartAngle Method
Sets the starting angle of the arc, in degrees, clockwise from the X-axis.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_StartAngle(value);

Parameters

value
Angle. Default value is 90.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if value is negative.
Browser Compatibility
56+
45+
11
See Also