'Declaration Public Overloads Sub CurrentToPresentationState( _ ByVal Viewer As DicomViewer, _ ByVal UsePrivate As Boolean _ )
'Usage Dim instance As DicomImage Dim Viewer As DicomViewer Dim UsePrivate As Boolean instance.CurrentToPresentationState(Viewer, UsePrivate)
public void CurrentToPresentationState( DicomViewer Viewer, bool UsePrivate )
public: void CurrentToPresentationState( DicomViewer^ Viewer, bool UsePrivate )
Parameters
- Viewer
- The viewer the image is displayed in
- UsePrivate
- Controls whether additional private elements are included.