On Mon, 16 Jan 2006 18:49:26 +0100, Martin Smat <[EMAIL PROTECTED]>
wrote:
>And what about methods: TCanvas.RadialPie and TCanvas.Chord? Can anybody
>verify what are the parameters in Delphi? In LCL they use Left, Top, >Width
>and Height.
procedure Chord(X1, Y1, X2, Y2, X3, Y3, X4, Y4: Integer);
Description
Use Chord to create a shape that is defined by an arc and a line that joins
the endpoints of the arc. The chord consists of a portion of an ellipse
that is bounded by the points (X1,Y1) and (X2,Y2). The ellipse is bisected
by a line that runs between the points (X3,Y3) and (X4,Y4).
The perimeter of the chord runs counter clockwise from (X3, Y3),
counterclockwise along the ellipse to (X4,Y4), and straight back to
(X3,Y3). If (X3,Y3) and (X4,Y4) are not on the surface of the ellipse, the
corresponding corners on the chord are the closest points on the perimeter
that intersect the line. The outline of the chord is drawn using the value
of Pen, and the shape is filled using the value of Brush.
There is no RadialPie in VCL (at least my version of Delphi)
--
[EMAIL PROTECTED]
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives