System::Drawing::Bitmap::LockBits metodo
Contenuti
[
Nascondere
]Bitmap::LockBits(const Rectangle&, Imaging::ImageLockMode, Imaging::PixelFormat) method
Blocca un Bitmap nella memoria di sistema.
Imaging::BitmapDataPtr System::Drawing::Bitmap::LockBits(const Rectangle &rect, Imaging::ImageLockMode flags, Imaging::PixelFormat format)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | const Rectangle& | Un rettangolo che specifica l’area dell’immagine da bloccare |
| flag | Imaging::ImageLockMode | Specifica il livello di accesso al bitmap |
| formato | Imaging::PixelFormat | Il formato dati di questo bitmap |
ReturnValue
Un puntatore condiviso a un oggetto BitmapData che contiene informazioni sull’operazione di lock eseguita
Vedi anche
- Typedef BitmapDataPtr
- Class Rectangle
- Enum ImageLockMode
- Enum PixelFormat
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++
Bitmap::LockBits(const Rectangle&, Imaging::ImageLockMode, Imaging::PixelFormat, const Imaging::BitmapDataPtr&) method
Blocca un Bitmap nella memoria di sistema.
Imaging::BitmapDataPtr System::Drawing::Bitmap::LockBits(const Rectangle &rect, Imaging::ImageLockMode flags, Imaging::PixelFormat format, const Imaging::BitmapDataPtr &bitmap_data)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rect | const Rectangle& | Un rettangolo che specifica l’area dell’immagine da bloccare |
| flag | Imaging::ImageLockMode | Specifica il livello di accesso al bitmap |
| formato | Imaging::PixelFormat | Il formato dati di questo bitmap |
| bitmap_data | const Imaging::BitmapDataPtr& | Contiene informazioni sull’operazione di blocco |
ReturnValue
Un puntatore condiviso a un oggetto BitmapData che contiene informazioni sull’operazione di lock eseguita
Vedi anche
- Typedef BitmapDataPtr
- Class Rectangle
- Enum ImageLockMode
- Enum PixelFormat
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++