ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Color Namespace / Resampler Class / getTileCompWidth Method

In This Topic
    getTileCompWidth Method (Resampler)
    In This Topic
    Returns the width in pixels of the specified tile-component..
    Syntax
    'Declaration
     
    
    Public Overrides Function getTileCompWidth( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public override int getTileCompWidth( 
       int t,
       int c
    )

    Parameters

    t
    c
    See Also