FI4BIT Implicit Conversion (Byte to FI4BIT)

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator FI4BIT (
	byte value
)

Parameters

value
Type: SystemByte
A Byte structure.

Return Value

Type: FI4BIT
A new instance of FI4BIT initialized to value.
See Also