This function retrieves the size of the memory used by the image.

[C++Builder]   DWORD IKGetMemorySize(HANDLE Handle);
[Delphi]   function IKGetMemorySize(Handle: THandle): DWORD;

Parameters

Name Explanation
Handle The image handle (supports raster, vector, and Raw image data)

Return Value

The IKGetMemorySize function retrieves the size of the memory used by the image (in bytes). If unsuccessful, 0 is returned.

Explanation

The IKGetMemorySize function retrieves the size of the memory used by the image.

 

The ImageKit10 VCL is a product created by Newtone Corporation