cdCanvasInvertYAxis
| Definition: |
include pGUI.e
atom newy = cdCanvasInvertYAxis(cdCanvas canvas, atom y) |
| Description: | Invert the given Y coordinate independent of the driver Y axis orientation. It returns the changed value. |
| pwa/p2js: | Not supported. |
| Comments: | Since the pGUI wrapper function can accept integers and floats in the y parameter, and return an atom or integer, there is no need for a separate cdfCanvasInvertYAxis wrapper. Internally it only uses the cdfCanvasInvertYAxis C function. |