Group: GDI+ Graphics - Library: gdiplus
Gets the vertical resolution, in dots per inch, of the display device associated with this Graphics handle.
GpStatus WINGDIPAPI GdipGetDpiY(
GpGraphics *graphics,
REAL* dpi
)
DECLARE INTEGER GdipGetDpiY IN gdiplus;
INTEGER graphics,;
SINGLE @dpi
graphics [in] Handle to the Graphics object.
dpi [out] The vertical resolution, in dots per inch, of the display device associated with this Graphics handle.
Returns GpStatus value, 0 means success.
See also: GdipGetDpiX, GdipGetImageVerticalResolution, GdipBitmapSetResolution.