ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataAdapter Class / getCompULX Method
The component index.

In This Topic
    getCompULX Method (ImgDataAdapter)
    In This Topic
    Returns the horizontal coordinate of the upper-left corner of the specified component in the current tile.

    This default implementation returns the value of the source.

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

    Parameters

    c
    The component index.
    See Also