Create(ImagingFactory,Guid,Stream) Method
Initializes a new instance of the
BitmapEncoder class.
'Declaration
Public Overloads Shared Function Create( _
ByVal As ImagingFactory, _
ByVal As System.Guid, _
ByVal 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.