FreeImageBitmap.SetResolution Method

FreeImage.NET

FreeImageBitmapSetResolution Method
Sets the resolution for this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void SetResolution(
	float xDpi,
	float yDpi
)

Parameters

xDpi
Type: SystemSingle
The horizontal resolution, in dots per inch, of this FreeImageBitmap.
yDpi
Type: SystemSingle
The vertical resolution, in dots per inch, of this FreeImageBitmap.
See Also