ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / FastMetadataEncoder Class / Create Method / Create(ImagingFactory,BitmapDecoder) Method
The factory.
The decoder.

In This Topic
    Create(ImagingFactory,BitmapDecoder) Method
    In This Topic
    Initializes a new instance of the FastMetadataEncoder class from a BitmapDecoder
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal decoder As BitmapDecoder _
    ) As FastMetadataEncoder
    public static FastMetadataEncoder Create( 
       ImagingFactory factory,
       BitmapDecoder decoder
    )

    Parameters

    factory
    The factory.
    decoder
    The decoder.
    See Also