ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PngBitmapEncoder Class / Create Method / Create(ImagingFactory,Guid,Stream) Method
The factory.
The GUID vendor ref.
The output stream.

In This Topic
    Create(ImagingFactory,Guid,Stream) Method
    In This Topic
    Initializes a new instance of the PngBitmapEncoder class.
    Syntax
    'Declaration
     
    Public Overloads Shared Shadows Function Create( _
       ByVal factory As ImagingFactory, _
       ByVal guidVendorRef As Guid, _
       ByVal stream As Stream _
    ) As PngBitmapEncoder
    public new static PngBitmapEncoder Create( 
       ImagingFactory factory,
       Guid guidVendorRef,
       Stream stream
    )

    Parameters

    factory
    The factory.
    guidVendorRef
    The GUID vendor ref.
    stream
    The output stream.
    See Also