May 2, 2024

Dynamic Windows Function [dw_pixmap_get_width]

Syntax

unsigned long dw_pixmap_get_width(HPIXMAP pixmap)

Parameters

HPIXMAP pixmap: The handle to the pixmap.

Returns

unsigned long The width in pixels of the pixmap.

Description

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

Remarks

This API was introduced in version 3.3.