ComponentOne Bitmap for UWP
CanConvert Method (FormatConverter)

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > FormatConverter Class : CanConvert Method
HRESULT IWICFormatConverter::CanConvert([In] const GUID& srcPixelFormat,[In] const GUID& dstPixelFormat,[Out] BOOL* pfCanConvert)
Syntax
'Declaration
 
Public Function CanConvert( _
   ByVal srcPixelFormat As System.Guid, _
   ByVal dstPixelFormat As System.Guid _
) As System.Boolean
public System.bool CanConvert( 
   System.Guid srcPixelFormat,
   System.Guid dstPixelFormat
)

Parameters

srcPixelFormat
dstPixelFormat
See Also

Reference

FormatConverter Class
FormatConverter Members