ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapEncoder Class / Create Method / Create(ImagingFactory,Guid,Guid,WicStream) Method
The factory.
The container format GUID. List from ContainerFormatGuids
The GUID vendor ref.
A stream to use as the output of this bitmap encoder.

In This Topic
    Create(ImagingFactory,Guid,Guid,WicStream) Method
    In This Topic
    Initializes a new instance of the BitmapEncoder class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal containerFormatGuid As Guid, _
       ByVal guidVendorRef As Guid, _
       ByVal stream As WicStream _
    ) As BitmapEncoder
    public static BitmapEncoder Create( 
       ImagingFactory factory,
       Guid containerFormatGuid,
       Guid guidVendorRef,
       WicStream 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