Points to a block of contiguous memory containing the profile.

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

Syntax

C#
public IntPtr DataPointer { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataPointer As IntPtr
Visual C++
public:
property IntPtr DataPointer {
	IntPtr get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also