System::Drawing::Bitmap::Clone méthode
Contenu
[
Cacher
]Bitmap::Clone() method
Crée une copie de l’objet actuel.
virtual SharedPtr<Image> System::Drawing::Bitmap::Clone() override
ReturnValue
Une copie de l’objet actuel.
Voir aussi
- Typedef SharedPtr
- Class Image
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++
Bitmap::Clone(Rectangle, Imaging::PixelFormat) method
Crée un objet Bitmap qui représente une copie d’une région de l’image bitmap représentée par l’objet actuel.
SharedPtr<Bitmap> System::Drawing::Bitmap::Clone(Rectangle rect, Imaging::PixelFormat format)
| Paramètre | Type | Description |
|---|---|---|
| rect | Rectangle | Le rectangle qui spécifie la région à copier |
| format | Imaging::PixelFormat | Le format de pixel pour le nouveau Bitmap |
ReturnValue
L’objet Bitmap créé
Voir aussi
- Typedef SharedPtr
- Class Bitmap
- Class Rectangle
- Enum PixelFormat
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++
Bitmap::Clone(RectangleF, Imaging::PixelFormat) method
Crée un objet Bitmap qui représente une copie d’une région de l’image bitmap représentée par l’objet actuel.
SharedPtr<Bitmap> System::Drawing::Bitmap::Clone(RectangleF rect, Imaging::PixelFormat format)
| Paramètre | Type | Description |
|---|---|---|
| rect | RectangleF | Le rectangle qui spécifie la région à copier |
| format | Imaging::PixelFormat | Le format de pixel pour le nouveau Bitmap |
ReturnValue
L’objet Bitmap créé
Voir aussi
- Typedef SharedPtr
- Class Bitmap
- Class RectangleF
- Enum PixelFormat
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++