Unit 'Types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

Point

Create a point.

Declaration

Source position: types.pp line 457

function Point(

  x: Integer;

  y: Integer

):TPoint;

Description

Point returns a TPoint structure with the given position (X, Y).

See also

Rect

  

Create a rectangle record.

PtInRect

  

Check whether a point is inside a rectangle.


Documentation generated on: Jul 24 2023