[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws an outline arc shape
Source position: fpg_base.pas line 388
public procedure TfpgCanvasBase.DrawArc( |
x: TfpgCoord; |
y: TfpgCoord; |
w: TfpgCoord; |
h: TfpgCoord; |
a1: Double; |
a2: Double |
); |
Draws an outline arc shape. It uses the TfpgCanvas.Color value to draw the arc.
|
Draws a filled arc shape |