HRGN dcClipRect(HDC hDC,INT iLeft,INT iTop,INT iRight,INT iBottom)
HRGN hRgn; hRgn=dcClipRect(psDg->hdc,rcArea.left+2,rcArea.top+3,rcArea.right-2,rcArea.bottom-3); dcDisp(psDg->hdc,cx,cy,0,-1,poj->idxFont,pText);xxx dcClipFree(psDg->hdc,hRgn);