DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / DisplaySize Method / DisplaySize(Matrix) Method
The transformation to apply to the original image size.



In This Topic
    DisplaySize(Matrix) Method
    In This Topic
    The display size in output coordinates
    Syntax
    'Declaration
     
    Public Overloads Function DisplaySize( _
       ByVal Matrix As Matrix _
    ) As Size
    'Usage
     
    Dim instance As DicomImage
    Dim Matrix As Matrix
    Dim value As Size
     
    value = instance.DisplaySize(Matrix)
    public Size DisplaySize( 
       Matrix Matrix
    )
    public:
    Size DisplaySize( 
       Matrix^ Matrix
    ) 

    Parameters

    Matrix
    The transformation to apply to the original image size.

    Return Value

    The transformed Size
    Remarks
    This method takes the user provided Matrix, perform Transformation on the Image and returns the Image display size in output (normally screen) coordinates.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also