[To be supplied.]
[Visual Basic] Overloads Public Shared Function FromHBITMAP( _ ByVal hBitmap As Integer, _ ByVal hPalette As Integer _ ) As Bitmap [C#] public static Bitmap FromHBITMAP( int hBitmap, int hPalette ); [C++] public: static Bitmap* FromHBITMAP( int hBitmap, int hPalette ); [JScript] public static function FromHBITMAP( hBitmap : int, hPalette : int ) : Bitmap;
Image Class | Image Members | System.Drawing Namespace | Image.FromHBITMAP Overload List