FreeImage.NET Class Library Reference
FreeImageGetDotsPerMeterX Method |
Returns 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 uint GetDotsPerMeterX( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: UInt32The horizontal resolution, in pixels-per-meter.
See Also