PresentationStateToCurrent() Method
Modifies current display properties to match the DICOM presentation state.
[System.Obsolete("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")]
public void PresentationStateToCurrent()
public procedure PresentationStateToCurrent();
System.ObsoleteAttribute("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")
public function PresentationStateToCurrent();
[System.Obsolete("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")]
public: void PresentationStateToCurrent();
[System.Obsolete("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")]
public:
void PresentationStateToCurrent();
'Declaration
<System.ObsoleteAttribute("Best use of this method needs to know the viewer it is being displayed in - please use PresentationStateToCurrent(DicomViewer) instead")>
Public Overloads Sub PresentationStateToCurrent()
'Usage
Dim instance As DicomImage
instance.PresentationStateToCurrent()
Target Platforms: .NET CLR 4.8 or higher