System::Drawing::Bitmap::ConvertToARGBImage method

Bitmap::ConvertToARGBImage method

Creates a copy of the specified bitmap image with pixel format changed to Format32bppArgb.

static SharedPtr<Bitmap> System::Drawing::Bitmap::ConvertToARGBImage(const SharedPtr<Bitmap> &src_bmp)
ParameterTypeDescription
src_bmpconst SharedPtr<Bitmap>&The original bitmap to copy

ReturnValue

The copy of the original bitmap with the pixel format changed to Format32bppArgb

See Also