'Declaration Public Shared Function Detect( _ ByVal stream As Stream _ ) As IImGearFormat
'Usage Dim stream As Stream Dim value As IImGearFormat value = ImGearFileFormats.Detect(stream)
public static IImGearFormat Detect( Stream stream )
public: static IImGearFormat* Detect( Stream* stream )
public: static IImGearFormat^ Detect( Stream^ stream )
Parameters
- stream
- The data stream containing an image.
Return Value
The format from the list of formats.