Create(ImagingFactory,Guid,Guid,Stream) Method
In This Topic
Initializes a new instance of the
BitmapEncoder class.
Syntax
'Declaration
Public Overloads Shared Function Create( _
ByVal As ImagingFactory, _
ByVal As System.Guid, _
ByVal As System.Guid, _
ByVal As System.IO.Stream _
) As BitmapEncoder
public static BitmapEncoder Create(
ImagingFactory ,
System.Guid ,
System.Guid ,
System.IO.Stream
)
Parameters
- factory
- The factory.
- containerFormatGuid
- The container format GUID. List from ContainerFormatGuids
- guidVendorRef
- The GUID vendor ref.
- stream
- A stream to use as the output of this bitmap encoder.
See Also