ComponentOne PDF for .NET
CSJ2K.Color Namespace / EnumeratedColorSpaceMapper Class / getCompULY Method
The component index.

In This Topic
    getCompULY Method (EnumeratedColorSpaceMapper)
    In This Topic
    Returns the vertical 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 getCompULY( _
       ByVal c As Integer _
    ) As Integer
    public virtual int getCompULY( 
       int c
    )

    Parameters

    c
    The component index.
    See Also