PresentationStateToCurrent(DicomViewer) Method
In This Topic
Modifies current display properties to match the DICOM presentation state.
Syntax
'Declaration
Public Overloads Sub PresentationStateToCurrent( _
ByVal As DicomViewer _
)
'Usage
Dim instance As DicomImage
Dim Viewer As DicomViewer
instance.PresentationStateToCurrent(Viewer)
public void PresentationStateToCurrent(
DicomViewer
)
public:
void PresentationStateToCurrent(
DicomViewer^
)
Parameters
- Viewer
- The viewer the image is displayed in
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also