RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.PPoint Type

PPoint is a pointer to a TPoint variable.

Pascal
PPoint = ^TPoint;
C++
^TPoint PPoint;

The TPoint type defines a pixel location onscreen, with the origin in the top left corner. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!