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