ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Guid, _
       ByVal dstPixelFormat As Guid _
    ) As Boolean
    public bool CanConvert( 
       Guid srcPixelFormat,
       Guid dstPixelFormat
    )

    Parameters

    srcPixelFormat
    dstPixelFormat
    See Also