FreeImage.NET Class Library Reference
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: FITAGThe new FITAG.
See Also