[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws a filled pie-shaped wedge, from an ellipse and two radials.
Source position: winapih.inc line 210
public function TWidgetSet.Pie( |
DC: HDC; |
x1: Integer; |
y1: Integer; |
x2: Integer; |
y2: Integer; |
sx: Integer; |
sy: Integer; |
ex: Integer; |
ey: Integer |
):Boolean; virtual; |
DC |
|
The device context. |
x1 |
|
The bounding rectangle. |
sx |
|
The starting radial. |
ex |
|
The ending radial. |
False on failure.
The ellipse is bounded by a rectangle x1..y2.
Each radial is defined by the center of the rectangle an point, which must not necessarily reside on the ellipse.
The bounding arc goes counter-clockwise from the Start to the End radial.
The pie is outlined with the current pen and filled with the current brush.
TWidgetSet.Chord |
lazarus-ccr.sourceforge.net |