Structure IGDIPlus.TGPImageCodecInfo

From Mitov Wiki Doc
Revision as of 00:15, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Package: SignalLabBasicPkg

Unit: IGDIPlus

Contents

Syntax

Delphi:

type TGPImageCodecInfo = record

C++ Builder:

struct TGPImageCodecInfo

Visual C++ (MFC):

struct CTGPImageCodecInfo

C# (.NET):

public struct ImageCodecInfo

Summary

Stores information about an image codec (encoder/decoder).

Description

Defines a structure that stores information about an image codec (encoder/decoder). GDI+ provides several built-in image codecs. You can obtain information about those codecs by calling the GetImageEncoders function and the GetImageDecoders function. Each of those functions returns an array of TGPImageCodecInfo objects, one for each available encoder or decoder.

Fields

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox