FreeImage.SetTransparent Method

FreeImage.NET

FreeImageSetTransparent Method
Tells FreeImage if it should make use of the transparency table or the alpha channel that may accompany a bitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void SetTransparent(
	FIBITMAP dib,
	bool enabled
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
enabled
Type: SystemBoolean
True to enable the transparency, false to disable.
See Also