Learn About delphivcl.Point
May 2, 2021
DelphiVCL.Point or TPoint is used to define a pixel location on-screen.
The TPoint type defines the integer type X and Y coordinates of a pixel location on-screen, with the origin in the upper-left corner. X and Y specify the horizontal and vertical coordinates of a point, respectively.
The type of X and Y is FixedInt.
Let’s browse all the properties, methods, and built-in…