In This Topic
Sets the location, in device-independent units (1/96th inch per unit), of annotation in the image space.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var x; // Type: number
var y; // Type: number
returnValue = instance.set_Location(x, y);
function set_Location(
: number,
: number
) : any;
Parameters
- x
- Horizontal coordinate of annotation, in device-independent units (1/96th inch per unit). Default value is 0.
- y
- Vertical coordinate of annotation, in device-independent units (1/96th inch per unit). Default value is 0.
Exceptions
Exception | Description |
| Thrown if arguments have wrong types. |
Browser Compatibility
See Also