TeePoint

TeePoint function

function TeePoint(Const aX, aY: Integer): TPoint;

Unit
TeCanvas

Description
Returns a new stack allocated record of type TPoint with AX and AY parameters.

This is equivalent to Classes.pas (Types.pas in Delphi 6 and later) global Point function.

For compatibility reasons only.