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

TCanvas.DoPolygon

DoPolygon calls PolyLine to draw a series of lines through the points.

Declaration

Source position: graphics.pp line 1055

protected procedure TCanvas.DoPolygon(

  const Points: array of TPoint

); override;

See also

TCanvas.PolyLine

  

Draws a line which connects a set of points on the canvas.


Version 3.2 Generated 2024-02-25 Home