ConvertToARGBImage()

Bitmap::ConvertToARGBImage(const SharedPtr<Bitmap>&) 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)

Arguments

ParameterTypeDescription
src_bmpconst SharedPtr<Bitmap>&The original bitmap to copy

Return Value

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

See Also