[To be supplied.]
Creates a Win32 HBITMAP out of the image. You are responsible for de-allocating the HBITMAP with Windows.DeleteObject(handle). If the image uses transparency, the background will be filled with the specified background color.
[Visual Basic] Overloads Public Function GetHBITMAP(Color) As Integer
[C#] public int GetHBITMAP(Color);
[C++] public: int GetHBITMAP(Color);
[JScript] public function GetHBITMAP(Color) : int;
[To be supplied.]
[Visual Basic] Overloads Public Function GetHBITMAP() As Integer
[C#] public int GetHBITMAP();
[C++] public: int GetHBITMAP();
[JScript] public function GetHBITMAP() : int;