ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / IntegerSpec Class / getMaxInTile Method
The tile index

In This Topic
    getMaxInTile Method
    In This Topic
    Gets the maximum value of all components in the specified tile.
    Syntax
    'Declaration
     
    
    Public Overridable Function getMaxInTile( _
       ByVal t As Integer _
    ) As Integer
    public virtual int getMaxInTile( 
       int t
    )

    Parameters

    t
    The tile index

    Return Value

    The maximum value
    See Also