Method function IGDIPlus.IGPImage.GetPropertySize(Cardinal;Cardinal) : TGPImage

From Mitov Wiki Doc
Jump to: navigation, search

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 GetPropertySize( totalBufferSize : Cardinal, numProperties : Cardinal ) : TGPImage;

C++ Builder:

TGPImage __fastcall GetPropertySize( unsigned int totalBufferSize, unsigned int numProperties );

Visual C++ (MFC):

GetPropertySize(  totalBufferSize,  numProperties );

Summary

Returns the total size, in bytes, of all the property items stored in this Image object.

Description

Call this method to get the total size, in bytes, of all the property items stored in this Image object. The GetPropertySize method also gets the number of property items stored in this Image object.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox