ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / ImageEncoder Class / Create Method
The WIC factory.
The C1.Util.DX.Direct2D.Device object on which the corresponding image encoder is created.

In This Topic
    Create Method (ImageEncoder)
    In This Topic
    Creates a new image encoder object.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As ImagingFactory2, _
       ByVal d2dDevice As Device _
    ) As ImageEncoder
    public static ImageEncoder Create( 
       ImagingFactory2 factory,
       Device d2dDevice
    )

    Parameters

    factory
    The WIC factory.
    d2dDevice
    The C1.Util.DX.Direct2D.Device object on which the corresponding image encoder is created.
    See Also