Metodo System::Drawing::Image::FromHbitmap
Image::FromHbitmap method
Costruisce un oggetto Bitmap dal bitmap GDI specificato.
static SharedPtr<Bitmap> System::Drawing::Image::FromHbitmap(IntPtr hbitmap)
| Parametro | Tipo | Descrizione |
|---|---|---|
| hbitmap | IntPtr | Un handle a un bitmap GDI da cui creare un oggetto Bitmap |
ReturnValue
Un puntatore condiviso all’oggetto Bitmap creato
Vedi anche
- Typedef SharedPtr
- Class Bitmap
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++