ControlPaint.CreateHBitmapTransparencyMask(Bitmap) 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 color mask for the specified bitmap that indicates which color should be displayed as transparent.
public:
static IntPtr CreateHBitmapTransparencyMask(System::Drawing::Bitmap ^ bitmap);
public static IntPtr CreateHBitmapTransparencyMask (System.Drawing.Bitmap bitmap);
static member CreateHBitmapTransparencyMask : System.Drawing.Bitmap -> nativeint
Public Shared Function CreateHBitmapTransparencyMask (bitmap As Bitmap) As IntPtr
Parameters
Returns
IntPtr
nativeint
The handle to the Bitmap mask.
Remarks
The caller is responsible for deallocating the bitmap.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.