Definition: |
include pGUI.e
atom newy = cdCanvasInvertYAxis(cdCanvas hCdCanvas, atom y) |
Description: | Invert the given Y coordinate independent of the driver Y axis orientation. It returns the changed value. |
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. |