VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / getSeriesIdetifierByLocation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getSeriesIdetifierByLocation Method
In This Topic
Returns the series identifier at specified location in control space.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var value; // Type: string

// Parameters
var location; // Type: object

value = instance.getSeriesIdetifierByLocation(location);

Parameters

location
The location - { x:number, y:number }.

Return Value

The series identifier at specified location in control space.
Browser Compatibility
56+
45+
11
See Also