ComponentOne Bitmap for UWP
Create(ImagingFactory,Stream,Guid,DecodeOptions) Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapDecoder Class > Create Method : Create(ImagingFactory,Stream,Guid,DecodeOptions) Method
The factory.
The stream ref.
The GUID vendor ref.
The metadata options.
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 guidVendorRef As System.Guid, _
   ByVal metadataOptions As DecodeOptions _
) As BitmapDecoder
public static BitmapDecoder Create( 
   ImagingFactory factory,
   System.IO.Stream streamRef,
   System.Guid guidVendorRef,
   DecodeOptions metadataOptions
)

Parameters

factory
The factory.
streamRef
The stream ref.
guidVendorRef
The GUID vendor ref.
metadataOptions
The metadata options.
See Also

Reference

BitmapDecoder Class
BitmapDecoder Members
Overload List