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