[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

MoveRect

Makes the rectangle originate at the given coordinates.

Declaration

Source position: lclproc.pas line 137

procedure MoveRect(

  var ARect: TRect;

  x: Integer;

  y: Integer

);