[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getImgULY

getImgULY Method

getImgULY(int)

Returns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level.

       <p>This default implementation returns the value of the source.</p>
Declaration
public virtual int getImgULY(int rl)
Parameters
Type Name Description
int rl

The resolution level, from 0 to L.

Returns
Type Description
int

The vertical coordinate of the image origin in the canvas system, on the reference grid.

Implements