VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / GetRenderingComputationalComplexity(MprSlice,Int32,Int32,MprInterpolationMode,Double) Method
Syntax Requirements SeeAlso
In This Topic
    GetRenderingComputationalComplexity(MprSlice,Int32,Int32,MprInterpolationMode,Double) Method (MprImage)
    In This Topic
    Estimates the computational complexity of rendering for a specified slice (approximated).
    Syntax
    'Declaration
    
    Public Function GetRenderingComputationalComplexity( _
    ByVal slice
    The MPR slice.
    As MprSlice, _
    ByVal imageWidth
    The width of slice image.
    As System.Int32, _
    ByVal imageHeight
    The height of slice image.
    As System.Int32, _
    ByVal qualityScale
    The quality scale.
    As MprInterpolationMode, _
    ByVal interpolationMode
    The interpolation mode.
    As Double _
    ) As Double
    public double GetRenderingComputationalComplexity(
    MprSlice slice,
    System.Int32 imageWidth,
    System.Int32 imageHeight,
    MprInterpolationMode qualityScale,
    double interpolationMode
    )
    public: double GetRenderingComputationalComplexity(
    MprSlice* slice,
    System.Int32 imageWidth,
    System.Int32 imageHeight,
    MprInterpolationMode qualityScale,
    double interpolationMode
    )
    public:
    double GetRenderingComputationalComplexity(
    MprSlice^ slice,
    System.Int32 imageWidth,
    System.Int32 imageHeight,
    MprInterpolationMode qualityScale,
    double interpolationMode
    )

    Parameters

    slice
    The MPR slice.
    imageWidth
    The width of slice image.
    imageHeight
    The height of slice image.
    qualityScale
    The quality scale.
    interpolationMode
    The interpolation mode.

    Return Value

    Approximated computational complexity of slice rendering.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also