Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1005 Bytes

File metadata and controls

49 lines (33 loc) · 1005 Bytes

Home

Function name : GdipGetImageVerticalResolution

Group: GDI+ Image - Library: gdiplus


Sets the vertical resolution of this image.


Declaration:

GpStatus WINGDIPAPI GdipGetImageVerticalResolution(
	GpImage *image,
	REAL *resolution
)  

FoxPro declaration:

DECLARE INTEGER GdipGetImageVerticalResolution IN gdiplud;
	INTEGER img,;
	SINGLE @resolution  

Parameters:

img [in] Handle to Image Object

resolution [in] Resolution to be set in dots per inch.


Return value:

Returns GpStatus value, 0 means success.


Comments:

See Also: GdipGetImageHorizontalResolution, GdipGetImageHeight, GdipBitmapSetResolution, GdipGetDpiY