System.Types.PPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PPoint = ^TPoint;

C++

typedef TPoint *PPoint;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

PPoint is a pointer to a TPoint variable.

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

See Also