Creates and returns a copy of a FITAG object.

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

Syntax

C#
public static FITAG CloneTag(
	FITAG tag
)
Visual Basic (Declaration)
Public Shared Function CloneTag ( _
	tag As FITAG _
) As FITAG
Visual C++
public:
static FITAG CloneTag(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPI..::.FITAG
The FITAG to clone.

Return Value

The new FITAG.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also