VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / getSweepAngle Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getSweepAngle Method
In This Topic
Returns 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: number

// Parameters
var isHorizontalMirrored; // Type: boolean
var isVerticalMirrored; // Type: boolean

value = instance.getSweepAngle(isHorizontalMirrored, isVerticalMirrored);

Parameters

isHorizontalMirrored
Determines whether the arc annotation is mirrored horizontally.
isVerticalMirrored
Determines whether the arc annotation is mirrored vertically.

Return Value

The angle between get_StartAngle and the end of the arc.
Browser Compatibility
56+
45+
11
See Also