In This Topic
Sets the start point 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_StartPoint(x, y);
function set_StartPoint(
: number,
: number
) : any;
Parameters
- x
- X coordinate of start point. Default value is 0.
- y
- Y coordinate of start point. Default value is 0.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also