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

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

    Parameters

    c
    The component
    t
    The tile

    Return Value

    True if precinct partition is used for the specified component and tile, returns false otherwise.
    See Also