This function retrieves various image information.
[C++Builder/Visual
C++] BOOL IKGetImageType(HANDLE
Handle, PTR_IKIMAGE_INFO ImageInfo);
[Delphi] function
IKGetImageType(Handle: THandle; var ImageInfo: IKIMAGE_INFO):
LongBool;
[Visual Basic] Function
IKGetImageType(ByVal Handle As Long, ImageInfo As IKIMAGE_INFO) As
Long
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 (nonzero) if successful, returns False (0) 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 Ik8Com.dll, Ik8ComA.dll, Ik8Com64.dll, Ik8Com64A.dll.
Note: The ImageKit8 ImageInfo structure is different from the ImageKit5. (IK6 and IK7 are the same)