The Ik10RasToVect.dll, Ik10RasToVectA.dll, Ik10RasToVect64.dll, and Ik10RasToVect64A.dll provide basic functions for converting raster images to vector images.

 

      Ik10RasToVect.dll, Ik10RasToVectA.dll, Ik10RasToVect64.dll, Ik10RasToVect64A.dll Functions:

Function Name Explanation
IKRasterToVector Converts a raster image to a vector image

 

 

User Function Definition

Syntax
(1)C++Builder BOOL __stdcall UserProc(short Percent);
(2)Delphi function UserProc(Percent: Smallint): LongBool; stdcall;

Parameters
Name        Explanation

------------------------------------------------------------------------------

Percent        The percent of the current process that is completed

Return Value
When False (0) is returned the execution is terminated. When True (nonzero) is returned the execution continues.

The User Function is explained using the term "UserProc". Although any name for the User Function would be appropriate, in our example the following syntax is used to pass parameters.

(1)C++Builder UserProc
(2)Delphi LONG_PTR(Addr(UserProc)) or LONG_PTR(@UserProc)

 

The ImageKit10 VCL is a product created by Newtone Corporation