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

OffsetRect

Increments the TopLeft and BottomRight coordinates of the rectangle.

Declaration

Source position: lclproc.pas line 134

function OffsetRect(

  var ARect: TRect;

  dx: Integer;

  dy: Integer

):Boolean;

Function result

True when the TopLeft coordinates are all positive.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.