VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / WebDicomMeasurementJS Constructor(WebDicomViewerBaseControlJS,WebDicomMeasurementTypeEnumJS)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebDicomMeasurementJS Constructor(WebDicomViewerBaseControlJS,WebDicomMeasurementTypeEnumJS)
    В этом разделе
    Initializes a new instance of the WebDicomMeasurementJS class.
    Синтаксис
    // Parameters
    var viewer; // Type: WebDicomViewerBaseControlJS
    var dicomMeasurementType; // Type: WebDicomMeasurementTypeEnumJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    
    function WebDicomMeasurementJS(
    viewer
    Экземпляр класса WebDicomViewerControlJS или WebDicomMprViewerControlJS.
    : WebDicomViewerBaseControlJS,
    dicomMeasurementType
    Тип DICOM-измерителя.
    : WebDicomMeasurementTypeEnumJS
    ) : WebDicomMeasurementJS;

    Parameters

    viewer
    Экземпляр класса WebDicomViewerControlJS или WebDicomMprViewerControlJS.
    dicomMeasurementType
    Тип DICOM-измерителя.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также