VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function getSeriesIdetifierByLocation(
    location
    The location - { x:number, y:number }.
    : object
    ) : string;

    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