[Overview][Types][Procedures and functions][Index] Reference for unit 'GraphMath' (#lcl)

TFloatPoint

TFloatPoint - an extended precision record specifying the X and Y coordinates of a point in a graphic environment

Declaration

Source position: graphmath.pp line 41

type TFloatPoint = record

  X: Extended;

  

  Y: Extended;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.