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....



TColoredPoint


Unit: SDL_sdlbase
Class: none
Declaration:
TColoredPoint = record
                  X     : double;
                  Y     : double;
                  Flag  : word;
                  Color : TColor;
                end;

The type definition TColoredPoint declares a two-dimensional point which includes a color and a 16-bit flag as additional information.


Last Update: 2023-Feb-06