System.Types.tagPOINT

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef TPoint tagPoint;

Properties

Type Visibility Source Unit Parent
typedef public SystemTypes.h System.Types System.Types

Description

Represents an alias for TPoint.

Use tagPOINT to define a pixel location on screen, with the origin in the upper-left corner. X and Y specify the horizontal and the vertical coordinate of the point, respectively.

See Also