ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDecoder Class / Create Method / Create(ImagingFactory,Stream,DecodeOptions) Method
The factory.
The stream ref.
The metadata options.

In This Topic
    Create(ImagingFactory,Stream,DecodeOptions) Method
    In This Topic
    Initializes a new instance of the BitmapDecoder class from a C1.Util.DX.Storage.IStream.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal streamRef As System.IO.Stream, _
       ByVal metadataOptions As DecodeOptions _
    ) As BitmapDecoder
    public static BitmapDecoder Create( 
       ImagingFactory factory,
       System.IO.Stream streamRef,
       DecodeOptions metadataOptions
    )

    Parameters

    factory
    The factory.
    streamRef
    The stream ref.
    metadataOptions
    The metadata options.
    See Also