Expand/Shrink

cdCanvasGetOrigin

Definition: include pGUI.e

atom {ox,oy} = cdCanvasGetOrigin(cdCanvas canvas)
Description: Returns the origin.
pwa/p2js: Not supported.
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.