'宣言 Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal containerFormatGuid As System.Guid, _ ByVal stream As WicStream _ ) As BitmapEncoder
public static BitmapEncoder Create( ImagingFactory factory, System.Guid containerFormatGuid, WicStream stream )
パラメータ
- factory
 - The factory.
 - containerFormatGuid
 - The container format GUID. List from ContainerFormatGuids
 - stream
 - A stream to use as the output of this bitmap encoder.