ComponentOne PDF for .NET
CSJ2K.Color Namespace / Resampler Class / getTileCompHeight Method

In This Topic
    getTileCompHeight Method (Resampler)
    In This Topic
    Returns the height in pixels of the specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overrides Function getTileCompHeight( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override int getTileCompHeight( 
       int t,
       int c
    )

    Parameters

    t
    c
    See Also