System::Drawing::Bitmap::Clone metodo
Contenuti
[
Nascondere
]Bitmap::Clone() method
Crea una copia dell’oggetto corrente.
virtual SharedPtr<Image> System::Drawing::Bitmap::Clone() override
ReturnValue
Una copia dell’oggetto corrente.
Vedi anche
- Typedef SharedPtr
- Class Image
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++
Bitmap::Clone(Rectangle, Imaging::PixelFormat) method
Crea un oggetto Bitmap che rappresenta una copia di una regione dell’immagine bitmap rappresentata dall’oggetto corrente.
SharedPtr<Bitmap> System::Drawing::Bitmap::Clone(Rectangle rect, Imaging::PixelFormat format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | Rectangle | Il rettangolo che specifica la regione da copiare |
| format | Imaging::PixelFormat | Il formato pixel per il nuovo Bitmap |
ReturnValue
L’oggetto Bitmap creato
Vedi anche
- Typedef SharedPtr
- Class Bitmap
- Class Rectangle
- Enum PixelFormat
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++
Bitmap::Clone(RectangleF, Imaging::PixelFormat) method
Crea un oggetto Bitmap che rappresenta una copia di una regione dell’immagine bitmap rappresentata dall’oggetto corrente.
SharedPtr<Bitmap> System::Drawing::Bitmap::Clone(RectangleF rect, Imaging::PixelFormat format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | RectangleF | Il rettangolo che specifica la regione da copiare |
| format | Imaging::PixelFormat | Il formato pixel per il nuovo Bitmap |
ReturnValue
L’oggetto Bitmap creato
Vedi anche
- Typedef SharedPtr
- Class Bitmap
- Class RectangleF
- Enum PixelFormat
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++