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

TvVectorialPage.AddCircularArc

Adds a circular arc to the drawing

Declaration

Source position: fpvectorial.pas line 358

public procedure TvVectorialPage.AddCircularArc(

  ACenterX: Double;

  ACenterY: Double;

  ARadius: Double;

  AStartAngle: Double;

  AEndAngle: Double;

  AColor: TFPColor

);

Arguments

ACenterX

  

The X coordinate of the center of the circular arc

ACenterY

  

The Y coordinate of the center of the circular arc

ARadius

  

The radius of the circular arc in milimiters

AStartAngle

  

The start angle of the arc in degrees relative to the positive X axis

AEndAngle

  

The end angle of the arc in degrees relative to the positive X axis

AColor

  

The color of the arc

Description

This arc is really circular, not elliptical like TCanvas.Arc


Documentation generated on: Oct 09 2011