FI1BIT Implicit Conversion (FI1BIT to Byte)

FreeImage.NET

FI1BIT  Conversion (FI1BIT to Byte)
Converts the value of a FI1BIT 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 (
	FI1BIT value
)

Parameters

value
Type: FreeImageAPIFI1BIT
A FI1BIT structure.

Return Value

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