Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public bool FillBackground<T>(
T color
)
where T : struct, new()
|
| Visual Basic (Declaration) |
|---|
Public Function FillBackground(Of T As {Structure, New}) ( _
color As T _
) As Boolean |
| Visual C++ |
|---|
public:
generic<typename T>
where T : value class, gcnew()
bool FillBackground(
T color
) |
Type Parameters
- T
- The type of the specified color.
Return Value
true on success,
false on failure.
Version Information
FreeImage.NET
Supported in: 3.13.0, 3.13.1
See Also