Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1014 Bytes

File metadata and controls

51 lines (34 loc) · 1014 Bytes

Home

Function name : GdipGetImageHorizontalResolution

Group: GDI+ Image - Library: gdiplus


Gets the horizontal resolution of this image.


Declaration:

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

FoxPro declaration:

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

Parameters:

img [in] Handle to Image Object

resolution [out] Resolution of this image in dots per inch.


Return value:

Returns GpStatus value, 0 means success.


Comments:

See Also:

GdipGetImageVerticalResolution, GdipGetImageWidth, GdipBitmapSetResolution, GdipGetDpiX