ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / ImgDataAdapter Class
Members

In This Topic
    ImgDataAdapter Class
    In This Topic
    This class provides a default implementation of the methods in the 'ImgData' interface. The default implementation is just to return the value of the source, where the source is another 'ImgData' object.

    This abstract class can be used to facilitate the development of other classes that implement 'ImgData'. For example a YCbCr color transform can inherit from this class and all the trivial methods do not have to be re-implemented.

    If the default implementation of a method provided in this class does not suit a particular implementation of the 'ImgData' interface, the method can be overridden to implement the proper behavior.

    Object Model
    ImgDataAdapter Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ImgDataAdapter 
       Implements ImgData 
    public abstract class ImgDataAdapter : ImgData  
    Inheritance Hierarchy
    See Also