FreeImage.NET Class Library Reference
FreeImageGetTagValue Method |
Returns the tag value.
It is up to the programmer to interpret the returned pointer correctly,
according to the results of GetTagType and GetTagCount.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static IntPtr GetTagValue( FITAG tag )
Parameters
- tag
- Type: FreeImageAPIFITAG
The tag field.
Return Value
Type: IntPtrPointer to the value.
See Also