C1.Win.C1DX.4.8 Assembly / C1.Util.DX.WIC Namespace / BitmapEncoder Class / Create Method / Create(ImagingFactory,Guid,Stream) Method
The factory.
The container format GUID. List from ContainerFormatGuids
A stream to use as the output of this bitmap encoder.

In This Topic
Create(ImagingFactory,Guid,Stream) Method
In This Topic
Initializes a new instance of the BitmapEncoder class.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal factory As ImagingFactory, _
   ByVal containerFormatGuid As System.Guid, _
   ByVal stream As System.IO.Stream _
) As BitmapEncoder
 

Parameters

factory
The factory.
containerFormatGuid
The container format GUID. List from ContainerFormatGuids
stream
A stream to use as the output of this bitmap encoder.
See Also