[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 211
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.
Version 4.0 | Generated 2025-05-03 | Home |