Gets the measurements of focused image.
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMeasurementJS[]
value = instance.get_Measurements();
Return Value
An array that contains measurements of focused image.