DC_DrawLine

This function draws a line.

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

Parameters

x1,y1

Point to start point.

x2,y2

Point to end point.

Return Values

SPRT_SUCCEED indicates success, SPRT_FAILED indicates failure



© 2008 SPRT . All rights reserved.