Initializes a new instance of the FITAG structure to the value indicated by a specified pointer to a native FITAG structure.

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

Syntax

C#
public FITAG(
	IntPtr ptr
)
Visual Basic (Declaration)
Public Sub New ( _
	ptr As IntPtr _
)
Visual C++
public:
FITAG(
	IntPtr ptr
)

Parameters

ptr
Type: System..::.IntPtr
A pointer to a native FITAG structure.

Version Information

FreeImage.NET

Supported in: 3.11.0

See Also