Drawing an iconΒΆ

DrawIcon()

Draw an icon


SYNTAX

DrawIcon(window_id, pathname, xpos, ypos)

Position an icon at a specified location.

window_id

The identifier of the window in which the icon is to be positioned. To print it in the current report, specify NULL instead of a window_id.

pathname

The path of the icon file, which must have a .ico extension.

xpos, ypos

The x and y co-ordinates of the position where the upper-left corner of the icon is to appear.


RELATED TOPICS

Drawing operations

Draw functions