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