Method function IGDIPlus.IGPImage.GetEncoderParameterList(TGUID;Cardinal;PGPEncoderParameters) : 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 GetEncoderParameterList( clsidEncoder : TGUID, size : Cardinal, buffer : PGPEncoderParameters ) : TGPImage;

C++ Builder:

TGPImage __fastcall GetEncoderParameterList( TGUID clsidEncoder, unsigned int size, PGPEncoderParameters buffer );

Visual C++ (MFC):

GetEncoderParameterList(  clsidEncoder,  size,  buffer );

Summary

Returns a list of the parameters supported by a specified image encoder.

Description

Call this method to get a list of the parameters supported by a specified image encoder.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox