FI1BIT Implicit Conversion (Byte to FI1BIT)

FreeImage.NET

FI1BIT  Conversion (Byte to FI1BIT)
Converts the value of a Byte structure to a FI1BIT structure.

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: FI1BIT
A new instance of FI1BIT initialized to value.
See Also