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

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

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    True if derived quantization step size
    See Also