In This Topic
Returns the starting angle 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.getStartAngle(isHorizontalMirrored, isVerticalMirrored);
function getStartAngle(
: boolean,
: boolean
) : number;
Parameters
- isHorizontalMirrored
- Determines whether the arc annotation is mirrored horizontally.
- isVerticalMirrored
- Determines whether the arc annotation is mirrored vertically.
Return Value
The starting angle of the arc.
Browser Compatibility
See Also