VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / get_SweepAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SweepAngle Method
    In This Topic
    Gets the angle between get_StartAngle and the end of the arc, in degrees clockwise from the X-axis.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
    
    var value; // Type: number
    value = instance.get_SweepAngle();
    
    
    function get_SweepAngle() : number;
    

    Return Value

    Angle. Default value is 90.
    Browser Compatibility
    56+
    45+
    11
    See Also