Description This methods specifies the horizontal DPI of the DIB. The method sets the value of the horizontal DPI in the bitmap info header.
Syntax RetVal = [BiDib.] SetDIBHorizontalDPI Dib DPI
Remarks RetVal BOOL TRUE on success, otherwise FALSE.
Dib LONGLONG The handle of a device independent bitmap.
DPI Long Value of the horizontal DPI to set.
See Also SetDIBVerticalDPI Method