|
Whole document tree
META_ELLIPSE
NAME
META_ELLIPSE
NEAREST API CALL
#include <windows.h>
BOOL32 Ellipse
(
HDC32 hdc,
INT32 left,
INT32 top,
INT32 right,
INT32 bottom
);
DESCRIPTION
| U16 array no | Value |
| 0 | bottom, bottom of bounding box |
| 1 | right, right of bounding box |
| 2 | top, top of bounding box |
| 3 | left, left of bounding box |
left, right, top and bottom are the extents of the ellipse.
back
|