IEVisionLib
Declaration
function IEVisionLib(): TIEVisionLibrary;
Description
When
IEVisionAvailable is True then this function returns a pre-built
TIEVisionLibrary interface which allows you to create all other IEVision objects.
Example
// Create empty image
image := IEVisionLib().createImage();