cdCanvasGetOrigin

Definition: include pGUI.e

atom {ox,oy} = cdCanvasGetOrigin(cdCanvas hCdCanvas)
Description: Returns the origin.
Comments: Since the pGUI wrapper function can return atoms or integers, there is no need for a separate cdfCanvasGetOrigin wrapper. Internally it only uses the cdfCanvasGetOrigin C function.