Converts the value of a Byte structure to a FI4BIT structure.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static implicit operator FI4BIT (
	byte value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As Byte _
) As FI4BIT
Visual C++
static implicit operator FI4BIT (
	unsigned char value
)

Parameters

value
Type: System..::.Byte
A Byte structure.

Return Value

A new instance of FI4BIT initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also