'Declaration Public Function GetRenderingComputationalComplexity( _
ByVal sliceThe MPR slice.As MprSlice, _
ByVal imageWidthThe width of slice image.As System.Int32, _
ByVal imageHeightThe height of slice image.As System.Int32, _
ByVal qualityScaleThe quality scale.As MprInterpolationMode, _
ByVal interpolationModeThe 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.