Inesoft PrintCE SDK EVC++
PDC_Rectangle

Draws a rectangle.

BOOL PDC_Rectangle(
    HDC hdc,
    int nLeftRect,
    int nTopRect,
    int nRightRect,
    int nBottomRect

);

Review

The current brush outlines the rectangle and the current brush fills it

Note

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

 


© 2009 Inesoft. All rights reserved.