ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / 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