Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

CalculateLeftTopWidthHeight (deprecated)

Deprecated. Use GraphMath.CalculateLeftTopWidthHeight in the BaseUtils package instead.

Declaration

Source position: lclproc.pas line 121

procedure CalculateLeftTopWidthHeight(

  X1: Integer;

  Y1: Integer;

  X2: Integer;

  Y2: Integer;

  out Left: Integer;

  out Top: Integer;

  out Width: Integer;

  out Height: Integer

);

Version info

Deprecated in LCL version 3.0.

See also

BaseUtils.GraphMath.CalculateLeftTopWidthHeight



CT Web help

CodeTyphon Studio