SetResolution()
Bitmap::SetResolution(float, float) method
Sets the resolution of the image.
void System::Drawing::Bitmap::SetResolution(float xDpi, float yDpi)
Arguments
Parameter | Type | Description |
---|---|---|
xDpi | float | The new horizontal resolution in pixels per inch. |
yDpi | float | The new vertical resolution in pixels per inch. |
See Also
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Slides