System.Classes.Point

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Point(AX, AY: Integer): TPoint;

C++

extern DELPHI_PACKAGE System::Types::TPoint __fastcall Point(int AX, int AY);

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Creates a TPoint structure from a pair of coordinates.

Call Point to create a TPoint that represents the specified coordinates.

See Also

Code Examples