FreeImage.NET Class Library Reference
FreeImageBitmapGetHbitmap Method (Color) |
Creates a GDI bitmap object from this FreeImageBitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr GetHbitmap( Color background )
Parameters
- background
- Type: System.DrawingColor
A Color structure that specifies the background color. This parameter is ignored if the bitmap is totally opaque.
Return Value
Type: IntPtrA handle to the GDI bitmap object that this method creates.
See Also