The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TCoordMode


Unit: SDL_rchart
Class: none
Declaration: TCoordMode = (cmAllWorld, cmAllScreen, cmWorldMainScreenSec, cmScreenMainWorldSec, cmXScreenYWorld, cmXWorldYScreen);

The type declaration TCoordMode defines the interpretation of the coordinates of the individual drawing elements:
cmAllWorld all coordinates are world coordinates
cmAllScreen all coordinates are screen coordinates
cmWorldMainScreenSec the coordinates of the main reference point are world coordinates, the coordinates of the secondary point are screen coordinates
cmScreenMainWorldSec the coordinates of the main reference point are screen coordinates, the coordinates of the secondary point are world coordinates
cmXScreenYWorld all x coordinates are screen coordinates, all y coordinates are world coordinates
cmXWorldYScreen all x coordinates are world coordinates, all y coordinates are screen coordinates


Last Update: 2023-Feb-06