ImageEn, unit iegdiplus

TIECanvas.Pie

TIECanvas.Pie


Declaration

procedure Pie(X: single; Y: single; Width: single; Height: single; StartAngle: single; SweepAngle: single); overload;
procedure Pie(X1, Y1, X2, Y2, X3, Y3, X4, Y4: Integer); overload;

GDI+ Methods: GdipDrawPie, GdipFillPie


Description

Draw a portion of a circle.
The pie border is set by Pen and the fill by Brush.


See Also

 AdvancedDrawShape