Inesoft PrintCE SDK EVC++
PDC_RoundRect

Draws a rectangle with rounded corners. The current brush outlines the rectangle and the current brush fills it.

BOOL PDC_RoundRect(
    HDC hdc,
    int nLeftRect,
    int nTopRect,
    int nRightRect,
    int nBottomRect,
    int nWidth,
    int nHeight

);

Note

Note: See eVC documentation on RoundRect function for full details.

 


© 2009 Inesoft. All rights reserved.