In This Topic
Gets 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.WebAnnotationViewJS();
var value; // Type: object
value = instance.get_Location();
function get_Location() : object;
Return Value
Location. Default value is { x: 0, y: 0 }.
Browser Compatibility
See Also