Field IGDIPlus.TGPPropertyItem.value
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				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: TGPPropertyItem
| Contents | 
Syntax
Delphi:
value : Pointer;
C++ Builder:
Pointer value;
Visual C++ (MFC):
void * value;
C# (.NET):
public IntPtr value;
Summary
Pointer to an array of values. Each value in the array has the data type specified by the type data member.
Description
Pointer to an array of values. Each value in the array has the data type specified by the type data member.
