Makes the specified color transparent for this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public void MakeTransparent( Color transparentColor ) |
| Visual Basic (Declaration) |
|---|
Public Sub MakeTransparent ( _ transparentColor As Color _ ) |
| Visual C++ |
|---|
public: void MakeTransparent( Color transparentColor ) |
Parameters
- transparentColor
- Type: System.Drawing..::.Color
The Color structure that represents the color to make transparent.
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotImplementedException | This method is not implemented. |