Image.loadExt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a list of the extensions of the file formats that are supported by the Image class.
public:
static cli::array <System::Object ^> ^ loadExt(int _idx);
public static object[] loadExt (int _idx);
static member loadExt : int -> obj[]
Public Shared Function loadExt (_idx As Integer) As Object()
Parameters
- _idx
- Int32
Returns
Object[]
A container that holds a list of the supported file formats.