Structure IGDIPlus.TGPPropertyItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 18:13, 18 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 TGPPropertyItem = record
C++ Builder:
struct TGPPropertyItem
Visual C++ (MFC):
struct CTGPPropertyItem
C# (.NET):
public struct PropertyItem
Summary
Holds one piece of image metadata.
Description
Defines structure that holds one piece of image metadata.
Fields
- id - Integer that identifies the kind of metadata stored in this PropertyItem object.
- length - Size, in bytes, of the value array.
- DataType - Integer that identifies the data type of the values in the value array.
- value - Pointer to an array of values. Each value in the array has the data type specified by the type data member.