[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws a filled circle or ellipse, bounded by a rectangle.
Source position: winapih.inc line 95
public function TWidgetSet.Ellipse( |
DC: HDC; |
x1: Integer; |
y1: Integer; |
x2: Integer; |
y2: Integer |
):Boolean; virtual; |
False on failure.
The ellipse is outlined with the current pen, and filled with the current brush.
|
Use Arc to draw an elliptically curved line with the current Pen. |
Version 4.0 | Generated 2025-05-03 | Home |