Creates and returns a copy of a FITAG object.
Namespace:
FreeImageAPIAssembly: 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.