ImageFormatConverter Constructor

Definition

Initializes a new instance of the ImageFormatConverter class.

public:
 ImageFormatConverter();
public ImageFormatConverter ();
Public Sub New ()

Remarks

Do not create a ImageFormatConverter object directly. Access the ImageFormatConverter class through the TypeDescriptor class by calling the GetConverter method.

Applies to