Group: GDI+ Image - Library: gdiplus
GpStatus WINGDIPAPI GdipGetImageVerticalResolution(
GpImage *image,
REAL *resolution
) DECLARE INTEGER GdipGetImageVerticalResolution IN gdiplud;
INTEGER img,;
SINGLE @resolution img [in] Handle to Image Object
resolution [in] Resolution to be set in dots per inch.
Returns GpStatus value, 0 means success.
See Also: GdipGetImageHorizontalResolution, GdipGetImageHeight, GdipBitmapSetResolution, GdipGetDpiY
Home