This function retrieves various image information.

[C++Builder]     BOOL IKGetImageType(HANDLE Handle, PTR_IKIMAGE_INFO ImageInfo);
[Delphi]         function IKGetImageType(Handle: THandle; var ImageInfo: IKIMAGE_INFO): LongBool;

Parameters

Name Explanation
Handle The image handle (supports raster and vector image data)
ImageInfo The structure (user-defined type) parameter containing the retrieved information

Return Value

Returns True if successful, returns False if not successful

Explanation

The IKGetImageType function retrieves various image information. If successful, the image information is set into the ImageInfo parameter. Regarding IKIMAGE_INFO, please refer to the explanation for the IKIMAGE_INFO member variables in the Ik10Com.dll, Ik10ComA.dll, Ik10Com64.dll, Ik10Com64A.dll.


Note: The ImageKit10 ImageInfo structure is different from the ImageKit5. (IK6 and IK7 are the same)

 

The ImageKit10 VCL is a product created by Newtone Corporation