ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Color Namespace / Resampler Class / createInstance Method
-- source of image data
-- provides colorspace info

In This Topic
    createInstance Method (Resampler)
    In This Topic
    Factory method for creating instances of this class.
    Syntax
    'Declaration
     
    
    Public Shared Shadows Function createInstance( _
       ByVal src As BlkImgDataSrc, _
       ByVal csMap As ColorSpace _
    ) As BlkImgDataSrc
    public new static BlkImgDataSrc createInstance( 
       BlkImgDataSrc src,
       ColorSpace csMap
    )

    Parameters

    src
    -- source of image data
    csMap
    -- provides colorspace info

    Return Value

    Resampler instance
    See Also