FreeImage.NET Class Library Reference
FI1BIT Conversion (FI1BIT to Byte) |
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator byte ( FI1BIT value )
Parameters
- value
- Type: FreeImageAPIFI1BIT
A FI1BIT structure.
Return Value
Type: ByteA new instance of FI1BIT initialized to value.
See Also