FI4BIT Implicit Conversion (FI4BIT to Byte)

FreeImage.NET

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

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

Parameters

value
Type: FreeImageAPIFI4BIT
A FI4BIT structure.

Return Value

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