ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ImagingFactory Class / CreateDecoder Method

In This Topic
    CreateDecoder Method
    In This Topic
    HRESULT IWICImagingFactory::CreateDecoder([In] const GUID& guidContainerFormat,[In, Optional] const GUID* pguidVendor,[Out, Fast] IWICBitmapDecoder** ppIDecoder)
    Syntax
    'Declaration
     
    Public Function CreateDecoder( _
       ByVal guidContainerFormat As System.Guid, _
       ByVal guidVendorRef As System.Nullable(Of Guid) _
    ) As BitmapDecoder
    public BitmapDecoder CreateDecoder( 
       System.Guid guidContainerFormat,
       System.Nullable<Guid> guidVendorRef
    )

    Parameters

    guidContainerFormat
    guidVendorRef
    See Also