ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / InvWTData Interface / getResULX Method
The component index.
The resolution level index.

In This Topic
    getResULX Method (InvWTData)
    In This Topic
    Returns the horizontal coordinate of the upper-left corner of the specified resolution in the given component of the current tile.
    Syntax
    'Declaration
     
    
    Function getResULX( _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    int getResULX( 
       int c,
       int rl
    )

    Parameters

    c
    The component index.
    rl
    The resolution level index.
    See Also