ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / CodedCBlkDataSrcEnc Interface / precinctPartitionUsed Method
The component
The tile

In This Topic
    precinctPartitionUsed Method (CodedCBlkDataSrcEnc)
    In This Topic
    Returns true if the precinct partition is used for the specified component and tile, returns false otherwise
    Syntax
    'Declaration
     
    
    Function precinctPartitionUsed( _
       ByVal c As Integer, _
       ByVal t As Integer _
    ) As Boolean
    bool precinctPartitionUsed( 
       int c,
       int t
    )

    Parameters

    c
    The component
    t
    The tile
    See Also