Method function IGDIPlus.IGPImage.GetPropertyItemSize(PROPID) : Cardinal
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPImage
Contents |
Syntax
Delphi:
function GetPropertyItemSize( propId : PROPID ) : Cardinal;
C++ Builder:
unsigned int __fastcall GetPropertyItemSize( PROPID propId );
Visual C++ (MFC):
GetPropertyItemSize( propId );
Summary
Returns the size, in bytes, of a specified property item of this Image object.
Description
Call this method to get the size, in bytes, of a specified property item of this Image object.