C1.Win.C1DX.4.8 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