Method function IGDIPlus.IGPImage.GetFrameCount(TGUID) : 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 GetFrameCount( dimensionID : TGUID ) : Cardinal;
C++ Builder:
unsigned int __fastcall GetFrameCount( TGUID dimensionID );
Visual C++ (MFC):
GetFrameCount( dimensionID );
Summary
Returns the number of frames in a specified dimension of this TGPImage object.
Description
Call this method to get the number of frames in a specified dimension of this TGPImage object.