VintaSoft DICOM .NET Plug-in: API changes in version 12.2
In This Topic
API changes in Vintasoft.Imaging.Dicom.dll
Changed classes:
|
Vintasoft.Imaging.ImageProcessing. GetDefaultVoiLutCommand
|
|
Removed properties
|
|
public bool IsPixelDataSigned { get ; set ; }
|
This property is not used anymore because now information about pixel data is loading from DICOM frame metadata. |
|
public Vintasoft.Imaging.Codecs.ImageFiles.Dicom. DicomImageModalityLookupTable ModalityLut { get ; set ; }
|
This property is not used anymore because now the modality lookup table is loading from DICOM frame metadata. |
|
|
API changes in Vintasoft.Imaging.Dicom.UI.dll
Changed classes:
|
Vintasoft.Imaging.Dicom.UI.VisualTools. DicomViewerTool
|
|
Added properties
|
|
public System.Windows.Forms. Cursor BrowseHorizontalCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Browse in horizontal orientation. |
|
public System.Windows.Forms. Cursor BrowseVerticalCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Browse in vertical orientation. |
|
public System.Windows.Forms. Cursor WindowLevelCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.WindowLevel . |
|
public System.Windows.Forms. Cursor ZoomCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Zoom . |
|
|
|
Removed properties
|
|
public System.Windows.Forms. MouseButtons ChangeVoiLutButton { get ; set ; }
|
This property is obsolete, use the SetInteractionMode property instead. |
|
public System.Windows.Forms. MouseButtons ChangeZoomButton { get ; set ; }
|
This property is obsolete, use the SetInteractionMode property instead. |
|
public bool ShowDicomImageVoiLut { get ; set ; }
|
This property is obsolete, use the TextOverlay property instead. |
|
public bool ShowMetadata { get ; set ; }
|
This property is obsolete, use the IsTextOverlayVisible property instead. |
|
public bool ShowPatientOrientationMetadata { get ; set ; }
|
This property is obsolete, use the TextOverlay property instead. |
|
public string VoiLutTextFormat { get ; set ; }
|
This property is obsolete, use the ImagingEnvironment.ResourceManager property instead. |
|
|
API changes in Vintasoft.Imaging.Dicom.Wpf.UI.dll
Changed classes:
|
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools. WpfDicomViewerTool
|
|
Added properties
|
|
public System.Windows.Input. Cursor BrowseHorizontalCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode.Browse in horizontal orientation. |
|
public System.Windows.Input. Cursor BrowseVerticalCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode.Browse in vertical orientation. |
|
public System.Windows.Input. Cursor WindowLevelCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode.WindowLevel . |
|
public System.Windows.Input. Cursor ZoomCursor { get ; set ; }
|
Gets or sets the mouse cursor for Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomViewerToolInteractionMode.Zoom . |
|
|
|
Removed properties
|
|
public Vintasoft.Imaging.UI. VintasoftMouseButtons ChangeVoiLutButton { get ; set ; }
|
This property is obsolete, use the SetInteractionMode property instead. |
|
public Vintasoft.Imaging.UI. VintasoftMouseButtons ChangeZoomButton { get ; set ; }
|
This property is obsolete, use the SetInteractionMode property instead. |
|
public bool ShowDicomImageVoiLut { get ; set ; }
|
This property is obsolete, use the TextOverlay property instead. |
|
public bool ShowMetadata { get ; set ; }
|
This property is obsolete, use the IsTextOverlayVisible property instead. |
|
public bool ShowPatientOrientationMetadata { get ; set ; }
|
This property is obsolete, use the TextOverlay property instead. |
|
public string VoiLutTextFormat { get ; set ; }
|
This property is obsolete, use the ImagingEnvironment.ResourceManager property instead. |
|
|