This function creates a vector image of the type specified.

[C++Builder/Visual C++]     HANDLE IKCreateVectImageEx(long Type, long Width, long Height, long Xdpi, long Ydpi);
[Delphi]         function IKCreateVectImageEx(Type, Width, Height, Xdpi, Ydpi: Longint): THandle;
[Visual Basic]   Function IKCreateVectImageEx(ByVal Type As Long, ByVal Width As Long, ByVal Height As Long, ByVal Xdpi As Long, ByVal Ydpi As Long) As Long

Parameters

Name Explanation
Type The vector image type (0: WMF, 1: EMF, 2: DXF, 3: SVG, 4: SXF)
Width The width of the created image (in pixels)
Height The height of the created image (in pixels)
Xdpi The number of pixels in one horizontal inch of the created image
Ydpi The number of pixels in one vertical inch of the created image

Return Value

Returns the vector image handle if successful. Returns False (0) if unsuccessful.

Explanation

The IKCreateVectImageEx function creates a vector image of the type specified by the Type parameter. Also see the IKCreateVectImage function.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation