WebDicomMeasurementJS Constructor(WebDicomViewerBaseControlJS,WebDicomMeasurementTypeEnumJS)
In This Topic
Initializes a new instance of the
WebDicomMeasurementJS class.
Syntax
// Parameters
var viewer; // Type: WebDicomViewerBaseControlJS
var dicomMeasurementType; // Type: WebDicomMeasurementTypeEnumJS
var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
Parameters
- viewer
- An instance of WebDicomViewerControlJS or WebDicomMprViewerControlJS class.
- dicomMeasurementType
- The type of DICOM measurement.
Browser Compatibility
See Also