'宣言 Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal containerFormatGuid As System.Guid, _ ByVal guidVendorRef As System.Guid, _ ByVal stream As System.IO.Stream _ ) As BitmapEncoder
public static BitmapEncoder Create( ImagingFactory factory, System.Guid containerFormatGuid, System.Guid guidVendorRef, System.IO.Stream stream )
パラメータ
- 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.