api_get_window_graph()

Returns a handle to the graphics area of the given window.

Syntax:

api_get_window_graph(windowHandle);

where

windowHandle is a handle of a window to retrieve the graphics area from.

Example:
decl windowHandle, graphHandle;
windowHandle = api_get_current_window();
graphHandle = api_get_window_graph(windowHandle);
Where Used:

Graphical user interface

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources