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

var returnValue; // Type: any

// Parameters
var x; // Type: number
var y; // Type: number

returnValue = instance.set_AngleVertex(x, y);

Parameters

x
X coordinate of vertex point. Default value is 0.
y
Y coordinate of vertex point. Default value is 0.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Browser Compatibility
56+
45+
11
See Also