'Declaration
Public Overloads Sub PresentationStateToCurrent( _ ByVal Matrix As System.Drawing.Drawing2D.Matrix, _ ByVal Features As PresentationStateFeatures _ )
'Usage
Dim instance As DicomImage Dim Matrix As System.Drawing.Drawing2D.Matrix Dim Features As PresentationStateFeatures instance.PresentationStateToCurrent(Matrix, Features)
public void PresentationStateToCurrent( System.Drawing.Drawing2D.Matrix Matrix, PresentationStateFeatures Features )
public procedure PresentationStateToCurrent( Matrix: System.Drawing.Drawing2D.Matrix; Features: PresentationStateFeatures );
public function PresentationStateToCurrent( Matrix : System.Drawing.Drawing2D.Matrix, Features : PresentationStateFeatures );
public: void PresentationStateToCurrent( System.Drawing.Drawing2D.Matrix* Matrix, PresentationStateFeatures Features )
public: void PresentationStateToCurrent( System.Drawing.Drawing2D.Matrix^ Matrix, PresentationStateFeatures Features )
Parameters
- Matrix
- A matrix defining how the image is to be displayed.
- Features
- Controls which properties are updated from the presentation state.