CurrentToPresentationState(DicomViewer,Boolean) Method
In This Topic
Encapsulate current display properties into a DICOM GreyScale Presentation State
object
Syntax
'Declaration
Public Overloads Sub CurrentToPresentationState( _
ByVal As DicomViewer, _
ByVal As System.Boolean _
)
'Usage
Dim instance As DicomImage
Dim Viewer As DicomViewer
Dim UsePrivate As System.Boolean
instance.CurrentToPresentationState(Viewer, UsePrivate)
public void CurrentToPresentationState(
DicomViewer ,
System.bool
)
public procedure CurrentToPresentationState(
: DicomViewer;
: System.Boolean
);
public function CurrentToPresentationState(
: DicomViewer,
: System.boolean
);
public: void CurrentToPresentationState(
DicomViewer* ,
System.bool
)
public:
void CurrentToPresentationState(
DicomViewer^ ,
System.bool
)
Parameters
- Viewer
- The viewer the image is displayed in
- UsePrivate
- Controls whether additional private elements are included.
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also