ComponentOne Bitmap for UWP
CreateDecoder Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > ImagingFactory Class : CreateDecoder Method
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

Reference

ImagingFactory Class
ImagingFactory Members