Inesoft PrintCE SDK EVC++
PDC_DrawText

Draws formatted text in the specified rectangle. It formats the text according to the specified format method.

int PDC_DrawText(
    HDC
hdc,
    LPCTSTR
lpString,
    int
nCount,
    LPRECT
lpRect,
    UINT
uFormat
);

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


© 2009 Inesoft. All rights reserved.