ControlPaint::CreateHBitmap16Bit Method (Bitmap^, Color)
.NET Framework (current version)
Creates a 16-bit color bitmap.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)] static IntPtr CreateHBitmap16Bit( Bitmap^ bitmap, Color background )
Parameters
- bitmap
-
Type:
System.Drawing::Bitmap^
The Bitmap to create.
- background
-
Type:
System.Drawing::Color
The Color of the background.
.NET Framework
Available since 1.1
Available since 1.1
Show: