How do you fill the parameters? How is X1, Y1, X2, Y2, X3, Y3, X4, Y4 defined? Is X1,Y1 the start point (Top-left) and X2,Y2 (bottom-right) the rect where the pie is drawn? What is X3,Y3 and X4,Y4?
procedure TIECanvas.Arc(X1, Y1, X2, Y2, X3, Y3, X4, Y4: Integer);
Maybe a simple drawing similar to this would make it easier to understand the parameters?
William Miller |