ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / FastMetadataEncoder Class / Create Method / Create(ImagingFactory,BitmapFrameDecode) Method
The factory.
The frame decoder.

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

    Parameters

    factory
    The factory.
    frameDecoder
    The frame decoder.
    See Also