ComponentOne PDF for .NET
CSJ2K.j2k.roi Namespace / ROIDeScaler Class / getResULX Method
The component index.
The resolution level index.

In This Topic
    getResULX Method (ROIDeScaler)
    In This Topic
    Returns the horizontal coordinate of the upper-left corner of the specified resolution level in the given component of the current tile.

    This default implementation returns the value of the source.

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

    Parameters

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