ControlPaint.CreateHBitmapColorMask(Bitmap, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Win32 HBITMAP
out of the image.
public:
static IntPtr CreateHBitmapColorMask(System::Drawing::Bitmap ^ bitmap, IntPtr monochromeMask);
public static IntPtr CreateHBitmapColorMask (System.Drawing.Bitmap bitmap, IntPtr monochromeMask);
static member CreateHBitmapColorMask : System.Drawing.Bitmap * nativeint -> nativeint
Public Shared Function CreateHBitmapColorMask (bitmap As Bitmap, monochromeMask As IntPtr) As IntPtr
Parameters
- monochromeMask
-
IntPtr
nativeint
A pointer to the monochrome mask.
Returns
IntPtr
nativeint
The handle to the bitmap.
Exceptions
bitmap
is null.
Remarks
The caller is responsible for deallocating the HBITMAP
. If the image uses transparency, the background will be filled with the specified color.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.