DC_DrawCircle

This function draws an circle.

LONG DC_DrawRect(
    double x,
    double y,
    double radius
);

Parameters

x,y

the coordinate of centre of a circle.

radius

radius of a circle.

 

Return Values

SPRT_SUCCEED indicates success, SPRT_FAILED indicates failure



© 2008 SPRT . All rights reserved.