VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAngleAnnotationViewJS type / get_AngleVertex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_AngleVertex Method
In This Topic
Gets the vertex of the angle of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAngleAnnotationViewJS();

var value; // Type: object
value = instance.get_AngleVertex();

Return Value

Vertex of the angle. Default value is {x: 0, y: 0}.
Browser Compatibility
56+
45+
11
See Also