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

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

Syntax

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

Parameters

value
Type: FreeImageAPI..::.FI1BIT
A FI1BIT structure.

Return Value

A new instance of FI1BIT initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also