FreeImage.NET Class Library Reference
FreeImageSetDotsPerMeterX Method |
Set the horizontal resolution, in pixels-per-meter, of the target device for the bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void SetDotsPerMeterX( FIBITMAP dib, uint res )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - res
- Type: SystemUInt32
The new horizontal resolution.
See Also