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

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

Syntax

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

Parameters

value
Type: FreeImageAPI..::.FI4BIT
A FI4BIT 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