GdipGetImageVerticalResolution

 

 

Description

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

Syntax

GpStatus WINGDIPAPI GdipGetImageVerticalResolution(

    GpImage *image,

    REAL *resolution

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetImageVerticalResolution ( _

    BYVAL pImage AS DWORD, _

    BYREF resolution AS SINGLE _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

resolution

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

 

Valid HTML 4.01 Transitional