ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.quantizer Namespace / StdQuantizer Class / isDerived Method
Tile index
Component index

In This Topic
    isDerived Method (StdQuantizer)
    In This Topic
    Returns true if given tile-component uses derived quantization step sizes.
    Syntax
    'Declaration
     
    
    Public Overrides Function isDerived( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    public override bool isDerived( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    True if derived
    See Also