DisplaySize(Matrix) Method
The display size in output coordinates
'Declaration
Public Overloads Function DisplaySize( _
ByVal As Matrix _
) As Size
'Usage
Dim instance As DicomImage
Dim Matrix As Matrix
Dim value As Size
value = instance.DisplaySize(Matrix)
Parameters
- Matrix
- The transformation to apply to the original image size.
Return Value
The transformed Size
Target Platforms: .NET CLR 4.0 or higher