VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / setSweepAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    setSweepAngle Method
    In This Topic
    Sets the angle between get_StartAngle and the end of the arc, in degrees, clockwise from the X-axis, with regard to mirrored horizontally and mirrored vertically.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();
    
    var value; // Type: any
    
    // Parameters
    var angle; // Type: number
    var isHorizontalMirrored; // Type: boolean
    var isVerticalMirrored; // Type: boolean
    
    value = instance.setSweepAngle(angle, isHorizontalMirrored, isVerticalMirrored);
    
    
    function setSweepAngle(
    angle
    The sweep angle.
    : number,
    isHorizontalMirrored
    Determines whether the arc annotation is mirrored horizontally.
    : boolean,
    isVerticalMirrored
    Determines whether the arc annotation is mirrored vertically.
    : boolean
    ) : any;

    Parameters

    angle
    The sweep angle.
    isHorizontalMirrored
    Determines whether the arc annotation is mirrored horizontally.
    isVerticalMirrored
    Determines whether the arc annotation is mirrored vertically.
    Browser Compatibility
    56+
    45+
    11
    See Also