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