DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Matrix Method / Matrix(SizeF) Method
The size used for calculations



In This Topic
    Matrix(SizeF) Method
    In This Topic
    Matrix specifying how the image is displayed onto display of the stated size
    Syntax
    'Declaration
     
    Public Overloads Function Matrix( _
       ByVal OutputSize As SizeF _
    ) As Matrix
    'Usage
     
    Dim instance As DicomImage
    Dim OutputSize As SizeF
    Dim value As Matrix
     
    value = instance.Matrix(OutputSize)
    public Matrix Matrix( 
       SizeF OutputSize
    )
    public:
    Matrix^ Matrix( 
       SizeF OutputSize
    ) 

    Parameters

    OutputSize
    The size used for calculations

    Return Value

    Matrix
    Remarks
    A .NET object containing the image display information, like rotation, scale etc. The Size is important if the DicomObjects.Enums.ScaleMode of the image indicates stetching to fit the available space.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also