VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
In This Topic
    VintaSoft DICOM .NET Plug-in: API changes in version 15.1
    In This Topic

    API changes in Vintasoft.Imaging.Dicom.UI.dll

    Changed classes:

    Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerTool
    Added properties
    public System.Drawing.Color ViewProcessingBorderColor { get; set; } Gets or sets a border color for image processing command specified by ViewProcessingCommand property.
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase ViewProcessingCommand { get; set; } Gets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer.
    public System.Windows.Forms.Cursor ViewProcessingCursor { get; set; } Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.ViewProcessing .
    public System.Drawing.Rectangle ViewProcessingRect { get; set; } Gets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
    Added methods
    public System.Windows.Forms.MouseButtons GetMouseButtonsForInteractionMode(Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode) Returns the mouse buttons for interaction mode.
    Added events
    public event System.EventHandler<Vintasoft.Imaging.UI.VisualTools.SelectionChangedEventArgs> ViewProcessingRectChanged Occurs when the selection ( ViewProcessingRect ) is changed.


    Changed enumerations:

    Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode
    Added fields
    public Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode ViewProcessing The DicomViewerTool applies the image processing command when image is rendering in ImageViewer .




    API changes in Vintasoft.Imaging.Dicom.Mpr.UI.dll

    Changed classes:

    Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.DicomMprTool
    Added properties
    public System.Drawing.Color ViewProcessingBorderColor { get; set; } Gets or sets a border color for image processing command specified by ViewProcessingCommand property.
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase ViewProcessingCommand { get; set; } Gets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer.
    public System.Drawing.Rectangle ViewProcessingRect { get; set; } Gets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
    Added methods
    public System.Windows.Forms.MouseButtons GetMouseButtonsForInteractionMode(Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.DicomMprToolInteractionMode) Returns the mouse buttons for interaction mode.
    Added events
    public event System.EventHandler<Vintasoft.Imaging.UI.VisualTools.SelectionChangedEventArgs> ViewProcessingRectChanged Occurs when the selection ( ViewProcessingRect ) is changed.


    Changed enumerations:

    Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.DicomMprToolInteractionMode
    Added fields
    public Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.DicomMprToolInteractionMode ViewProcessing The DicomMprTool uses the DicomViewerTool as active tool and this allows user to apply the image processing command to a DICOM MPR slice in image viewer.




    API changes in Vintasoft.Imaging.Dicom.Wpf.UI.dll

    Changed classes:

    Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.WpfDicomViewerTool
    Added properties
    public System.Windows.Media.Pen ViewProcessingBorderPen { get; set; } Gets or sets a border color for image processing command specified by ViewProcessingCommand property.
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase ViewProcessingCommand { get; set; } Gets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer.
    public System.Windows.Input.Cursor ViewProcessingCursor { get; set; } Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode.ViewProcessing .
    public System.Windows.Rect ViewProcessingRect { get; set; } Gets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
    Added methods
    public Vintasoft.Imaging.UI.VintasoftMouseButtons GetMouseButtonsForInteractionMode(Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode) Returns the mouse buttons for interaction mode.
    Added events
    public event System.EventHandler<Vintasoft.Imaging.PropertyChangedEventArgs<System.Windows.Rect>> ViewProcessingRectChanged Occurs when the selection ( ViewProcessingRect ) is changed.


    Changed enumerations:

    Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode
    Added fields
    public Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode ViewProcessing The WpfDicomViewerTool applies the image processing command when image is rendering in WpfImageViewer .




    API changes in Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.dll

    Changed classes:

    Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprTool
    Added properties
    public System.Windows.Media.Pen ViewProcessingBorderPen { get; set; } Gets or sets a border color for image processing command specified by ViewProcessingCommand property.
    public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase ViewProcessingCommand { get; set; } Gets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer.
    public System.Windows.Rect ViewProcessingRect { get; set; } Gets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
    Added methods
    public Vintasoft.Imaging.UI.VintasoftMouseButtons GetMouseButtonsForInteractionMode(Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprToolInteractionMode) Returns the mouse buttons for interaction mode.
    Added events
    public event System.EventHandler<Vintasoft.Imaging.PropertyChangedEventArgs<System.Windows.Rect>> ViewProcessingRectChanged Occurs when the selection ( ViewProcessingRect ) is changed.


    Changed enumerations:

    Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprToolInteractionMode
    Added fields
    public Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools.WpfDicomMprToolInteractionMode ViewProcessing The WpfDicomMprTool uses the WpfDicomViewerTool as active tool and this allows user to apply the image processing command to a DICOM MPR slice in image viewer.