ComponentOne PDF for .NET
CSJ2K.Color Namespace / ColorSpaceMapper Class / getTileCompWidth Method
Tile index
The index of the component, from 0 to N-1.

In This Topic
    getTileCompWidth Method (ColorSpaceMapper)
    In This Topic
    Returns the width in pixels of the specified tile-component tile.

    This default implementation returns the value of the source.

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

    Parameters

    t
    Tile index
    c
    The index of the component, from 0 to N-1.

    Return Value

    The width in pixels of component c in tilet.
    See Also