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
In Visual Basic, create the User Function using a standard module NOT a form module.

Syntax
(1)C++Builder/Visual C++ BOOL __stdcall UserProc(short Percent);
(2)Delphi function UserProc(Percent: Smallint): LongBool; stdcall;
(3)Visual Basic Function UserProc(ByVal Percent As Integer) As Long

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/Visual C++ UserProc
(2)Delphi LONG_PTR(Addr(UserProc)) or LONG_PTR(@UserProc)
(3)Visual Basic Address Of UserProc

 

The ImageKit10 ActiveX is a product created by Newtone Corporation