NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Bitmap.GetHBITMAP

[To be supplied.]

Overload List

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;

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace