Method function IGDIPlus.IGPBitmap.GetHBITMAP(TGPColor) : HBITMAP
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPBitmap
Contents |
Syntax
Delphi:
function GetHBITMAP( colorBackground : TGPColor ) : HBITMAP;
C++ Builder:
HBITMAP __fastcall GetHBITMAP( TGPColor colorBackground );
Visual C++ (MFC):
GetHBITMAP( colorBackground );
Summary
Creates a Microsoft Windows Graphics Device Interface (GDI) bitmap from this Bitmap object.
Description
Call this method to create a Microsoft Windows Graphics Device Interface (GDI) bitmap from this Bitmap object.