Gets or sets the values of the unmanaged array.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public T[] Data { get; set; }
Visual Basic (Declaration)
Public Property Data As T()
Visual C++
public:
property array<T>^ Data {
	array<T>^ get ();
	void set (array<T>^ value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also