ComponentOne PDF for .NET
CSJ2K.j2k.quantization.dequantizer Namespace / Dequantizer Class / getImgULX Method
The resolution level, from 0 to L.

In This Topic
    getImgULX Method (Dequantizer)
    In This Topic
    Returns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.

    This default implementation returns the value of the source.

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

    Parameters

    rl
    The resolution level, from 0 to L.

    Return Value

    The horizontal coordinate of the image origin in the canvas system, on the reference grid.
    See Also