System.Types.Point
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.