PresentationStateToCurrent(Matrix,PresentationStateFeatures) Method
Modifies current display properties to match the DICOM presentation state.
'Declaration
Public Overloads Sub PresentationStateToCurrent( _
ByVal As System.Drawing.Drawing2D.Matrix, _
ByVal As PresentationStateFeatures _
)
'Usage
Dim instance As DicomImage
Dim Matrix As System.Drawing.Drawing2D.Matrix
Dim Features As PresentationStateFeatures
instance.PresentationStateToCurrent(Matrix, Features)
Parameters
- Matrix
- A matrix defining how the image is to be displayed.
- Features
- Controls which properties are updated from the presentation state.
Target Platforms: .NET CLR 4.8 or higher