Inesoft PrintCE SDK EVC++
PDC_DrawLine

Draws a line using the current pen.

BOOL PDC_DrawLine(
    HDC hdc,
    int x1,
    int y1,
    int x2,
    int y2

);


© 2009 Inesoft. All rights reserved.