System::Drawing::Bitmap::SetResolution méthode
Bitmap::SetResolution method
Définit la résolution de l’image.
void System::Drawing::Bitmap::SetResolution(float xDpi, float yDpi)
| Paramètre | Type | Description |
|---|---|---|
| xDpi | float | La nouvelle résolution horizontale en pixels par pouce. |
| yDpi | float | La nouvelle résolution verticale en pixels par pouce. |
Voir aussi
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Font for C++