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