Méthode System::Drawing::Bitmap::ConvertToARGBImage
Bitmap::ConvertToARGBImage method
Crée une copie de l’image bitmap spécifiée avec le format de pixel modifié en Format32bppArgb.
static SharedPtr<Bitmap> System::Drawing::Bitmap::ConvertToARGBImage(const SharedPtr<Bitmap> &src_bmp)
| Paramètre | Type | Description |
|---|---|---|
| src_bmp | const SharedPtr<Bitmap>& | Le bitmap original à copier |
ReturnValue
La copie du bitmap original avec le format de pixel changé en Format32bppArgb
Voir aussi
- Typedef SharedPtr
- Class Bitmap
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++