System.Types.Point

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Point(X, Y: Integer): TPoint;

Properties

Type Visibility Source Unit Parent
function public System.Types.pas System.Types System.Types

Description

Creates a TPoint structure from a pair of coordinates.

Call Point to create a TPoint that represents the specified X and Y integer coordinates. Use Point to construct parameters for functions that require a point, rather than setting up local variables for each parameter.

See Also