Structure IGDIPlus.TGPEncoderParameter
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 16:20, 19 October 2012
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 TGPEncoderParameter = record
C++ Builder:
struct TGPEncoderParameter
Visual C++ (MFC):
struct CTGPEncoderParameter
C# (.NET):
public struct EncoderParameter
Summary
Holds a parameter that can be passed to an image encoder.
Description
Defines a structure that holds a parameter that can be passed to an image encoder. An EncoderParameter object can also be used to receive a list of possible values supported by a particular parameter of a particular image encoder.
Fields
- Guid - Identifies the parameter category.
- NumberOfValues - Number of values in the array pointed to by the Value data member.
- DataType - Identifies the data type of the parameter.
- Value - Pointer to an array of values. Each value has the type specified by the Type data member.