ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgData Interface / getImgULX Method
The resolution level, from 0 to L.

In This Topic
    getImgULX Method (MultiResImgData)
    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. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.
    Syntax
    'Declaration
     
    
    Function getImgULX( _
       ByVal rl As Integer _
    ) As Integer
    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