DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Matrix Method / Matrix(DicomViewer) Method
DicomViewer



Matrix(DicomViewer) Method
Matrix specifying how the image is displayed onto the specified DicomViewer
Syntax
public Matrix Matrix( 
   DicomViewer Viewer
)
public:
Matrix^ Matrix( 
   DicomViewer^ Viewer
) 
'Declaration
 
Public Overloads Function Matrix( _
   ByVal Viewer As DicomViewer _
) As Matrix
 
'Usage
 
Dim instance As DicomImage
Dim Viewer As DicomViewer
Dim value As Matrix
 
value = instance.Matrix(Viewer)

Parameters

Viewer
DicomViewer

Return Value

Matrix
Remarks
A .NET object containing the image display information, like rotation, scale etc.
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also