Initializes a new instance of this class.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public MetadataTag( FITAG tag, FREE_IMAGE_MDMODEL model ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ tag As FITAG, _ model As FREE_IMAGE_MDMODEL _ ) |
| Visual C++ |
|---|
public: MetadataTag( FITAG tag, FREE_IMAGE_MDMODEL model ) |
Parameters
- tag
- Type: FreeImageAPI..::.FITAG
The FITAG to represent.
- model
- Type: FreeImageAPI..::.FREE_IMAGE_MDMODEL
The model of tag.