ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / FormatConverter Class / CanConvert Method

In This Topic
    CanConvert Method (FormatConverter)
    In This Topic
    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