'Declaration Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal containerFormatGuid As Guid, _ ByVal guidVendorRef As Guid, _ ByVal stream As Stream _ ) As BitmapEncoder
public static BitmapEncoder Create( ImagingFactory factory, Guid containerFormatGuid, Guid guidVendorRef, Stream 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.