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
Parameter | Type | Description |
---|---|---|
src_bmp | const SharedPtr<Bitmap>& | The original bitmap to copy |
Return Value
The copy of the original bitmap with the pixel format changed to Format32bppArgb
See Also
- Typedef SharedPtr
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Slides