Gets or sets whether this FreeImageBitmap is transparent.

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

Syntax

C#
public bool IsTransparent { get; set; }
Visual Basic (Declaration)
Public Property IsTransparent As Boolean
Visual C++
public:
property bool IsTransparent {
	bool get ();
	void set (bool value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also