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

TCanvas.AngleArc

Draws a circular Arc with a given starting angle and boundary length in degrees.

Declaration

Source position: graphics.pp line 1078

public procedure TCanvas.AngleArc(

  X: Integer;

  Y: Integer;

  Radius: LongWord;

  StartAngle: Single;

  SweepAngle: Single

);

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