DC_DrawEllips

This function draws an ellipse.

LONG DC_DrawEllips(
    double x1,
    double y1,
    double x2,
    double y2
);

Parameters

x1,y1

Point to left-top corner of rectangle.

x2,y2

Point to reight-bottom corner of rectangle.

Return Values

SPRT_SUCCEED indicates success, SPRT_FAILED indicates failure



© 2008 SPRT . All rights reserved.