May 2, 2024

Dynamic Windows Function [dw_pixmap_get_height]

Syntax

unsigned long dw_pixmap_get_height(HPIXMAP pixmap)

Parameters

HPIXMAP pixmap: The handle to the pixmap.

Returns

unsigned long The height in pixels of the pixmap.

Description

Returns the height of the pixmap, same as the DW_PIXMAP_HEIGHT() macro, but exported as an API, for non-C language bindings.

Remarks

This API was introduced in version 3.3.