var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS(); var value; // Type: number // Parameters var isHorizontalMirrored; // Type: boolean var isVerticalMirrored; // Type: boolean value = instance.getEndAngle(isHorizontalMirrored, isVerticalMirrored);
function getEndAngle(
isHorizontalMirroredDetermines whether the arc annotation is mirrored horizontally.: boolean,
isVerticalMirroredDetermines whether the arc annotation is mirrored vertically.: boolean
) : number;
Parameters
- isHorizontalMirrored
- Determines whether the arc annotation is mirrored horizontally.
- isVerticalMirrored
- Determines whether the arc annotation is mirrored vertically.
Return Value
The ending angle of the arc.