ComponentOne Bitmap for WPF
C1.WPF.DX.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 Guid, _
       ByVal guidVendorRef As Nullable(Of Guid) _
    ) As BitmapDecoder
    public BitmapDecoder CreateDecoder( 
       Guid guidContainerFormat,
       Nullable<Guid> guidVendorRef
    )

    Parameters

    guidContainerFormat
    guidVendorRef
    See Also