VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomAnnotatedViewerTool Class / WpfDicomAnnotatedViewerTool Constructors / WpfDicomAnnotatedViewerTool Constructor(WpfDicomViewerTool,WpfDicomAnnotationTool,WpfImageMeasureTool)
Syntax Exceptions Requirements SeeAlso
In This Topic
    WpfDicomAnnotatedViewerTool Constructor(WpfDicomViewerTool,WpfDicomAnnotationTool,WpfImageMeasureTool)
    In This Topic
    Initializes a new instance of the WpfDicomAnnotatedViewerTool class.
    Syntax

    Parameters

    dicomViewerTool
    The DICOM viewer tool, which must be used by this tool.
    dicomAnnotationTool
    The DICOM annotation tool, which must be used by this tool.
    imageMeasureTool
    The image measure tool, which must be used by this tool.
    Exceptions
    ExceptionDescription
    Thrown if dicomViewerTool or dicomAnnotationTool or imageMeasureTool is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also