GdipGetImageHorizontalResolution

 

 

Description

Gets the horizontal resolution, in dots per inch, of this image.

Syntax

GpStatus WINGDIPAPI GdipGetImageHorizontalResolution(

    GpImage *image,

    REAL *resolution

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetImageHorizontalResolution ( _

    BYVAL pImage AS DWORD, _

    BYREF resolution AS SINGLE _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

resolution

[out] Pointer to a variable that receives the horizontal resolution, in dots per inch, of this image.

 

Valid HTML 4.01 Transitional