ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / FormatConverter Class / Initialize Method / Initialize(BitmapSource,Guid) Method
The source ref.
The destination format.

In This Topic
    Initialize(BitmapSource,Guid) Method
    In This Topic
    Initializes this instance with the specified bitmap source and format
    Syntax
    'Declaration
     
    Public Overloads Sub Initialize( _
       ByVal sourceRef As BitmapSource, _
       ByVal dstFormat As System.Guid _
    ) 
    public void Initialize( 
       BitmapSource sourceRef,
       System.Guid dstFormat
    )

    Parameters

    sourceRef
    The source ref.
    dstFormat
    The destination format.
    See Also