PresentationStateToCurrent() Method
In This Topic
Modifies current display properties to match the DICOM presentation state.
Syntax
'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()
[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();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also