C1.Win.C1DX.4.8 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
 

Parameters

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