FreeImage.CloneTag Method

FreeImage.NET

FreeImageCloneTag Method
Creates and returns a copy of a FITAG object.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FITAG CloneTag(
	FITAG tag
)

Parameters

tag
Type: FreeImageAPIFITAG
The FITAG to clone.

Return Value

Type: FITAG
The new FITAG.
See Also