ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / Create Method / Create(ImagingFactory,FileStream,Guid,DecodeOptions) Method
The factory.
The filename.
The GUID vendor ref.
The metadata options.

In This Topic
    Create(ImagingFactory,FileStream,Guid,DecodeOptions) Method
    In This Topic
    Initializes a new instance of the BitmapDecoder class from a filestream.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal fileStream As FileStream, _
       ByVal guidVendorRef As Guid, _
       ByVal metadataOptions As DecodeOptions _
    ) As BitmapDecoder

    Parameters

    factory
    The factory.
    fileStream
    The filename.
    guidVendorRef
    The GUID vendor ref.
    metadataOptions
    The metadata options.
    See Also