This function creates an EMF vector image. To specify another type of vector image, please see the IKCreateVectImageEx function

[C++Builder]     HANDLE IKCreateVectImage(long Width, long Height, long Xdpi, long Ydpi);
[Delphi]         function IKCreateVectImage(Width, Height, Xdpi, Ydpi: Longint): THandle;

Parameters

Name Explanation
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 IKCreateVectImage function creates an EMF vector image. To specify another type of vector image, please see the IKCreateVectImageEx function

 

The ImageKit10 VCL is a product created by Newtone Corporation