ComponentOne PDF for .NET
CSJ2K.j2k.quantization.dequantizer Namespace / Dequantizer Class / getCompImgWidth Method
The index of the component, from 0 to N-1.
The resolution level, from 0 to L.

In This Topic
    getCompImgWidth Method (Dequantizer)
    In This Topic
    Returns the width in pixels of the specified component in the overall image, for the given resolution level.

    This default implementation returns the value of the source.

    Syntax
    'Declaration
     
    
    Public Overridable Function getCompImgWidth( _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    public virtual int getCompImgWidth( 
       int c,
       int rl
    )

    Parameters

    c
    The index of the component, from 0 to N-1.
    rl
    The resolution level, from 0 to L.

    Return Value

    The width in pixels of component c in the overall image.
    See Also