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

TCanvas.Rectangle

Draws a Rectangle at the specified coordinates

Declaration

Source position: line 0

public procedure TCanvas.Rectangle(

  X1: Integer;

  Y1: Integer;

  X2: Integer;

  Y2: Integer

); virtual;

procedure TCanvas.Rectangle(

  const ARect: TRect

);

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