Returns the horizontal resolution, in pixels-per-meter, of the target device for the bitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static uint GetDotsPerMeterX( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetDotsPerMeterX ( _ dib As FIBITMAP _ ) As UInteger |
| Visual C++ |
|---|
public: static unsigned int GetDotsPerMeterX( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.