This function retrieves the size of the memory used by the image.
[C++Builder/Visual
C++] DWORD IKGetMemorySize(HANDLE
Handle);
[Delphi] function
IKGetMemorySize(Handle: THandle): DWORD;
[Visual Basic] Function
IKGetMemorySize(ByVal Handle As Long) As Long
Parameters
Name | Explanation |
---|---|
Handle | The image handle (supports raster and vector 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.