[Overview][Types][Procedures and functions][Variables][Index] |
Draws a filled circle or ellipse, bounded by a rectangle.
Source position: winapih.inc line 94
function Ellipse( |
DC: HDC; |
x1: Integer; |
y1: Integer; |
x2: Integer; |
y2: Integer |
):Boolean; |