I know how to draw an ellipsis on a canvas,
But is there any way to draw a half painted ellipsis on the canvas?
I know how to draw an ellipsis on a canvas,
But is there any way to draw a half painted ellipsis on the canvas?
You can call TCanvas.Pie
for that. See also, How do I call the Pie function?