ImageEditor::GetImageExtenders Method ()

 

Gets an array of supported image types.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

protected:
virtual array<Type^>^ GetImageExtenders()

Return Value

Type: array<System::Type^>^

An array of Type representing supported image types.

Notes to Inheritors:

Derived classes can override this property to implement a different list of supported image types.

.NET Framework
Available since 2.0
Return to top
Show: