search for: hpen

Displaying 2 results from an estimated 2 matches for "hpen".

Did you mean: hlen
2005 May 25
0
err:local:LOCAL_GetBlock not enough space in GDI heap
...off-screen DC to the screen BitBlt (hdc, 0, 0, rc.right, rc.bottom, hdcMem, 0, 0, SRCCOPY); // Free-up the off-screen DC SelectObject (hdcMem, hOld); DeleteObject (hbmMem); DeleteDC (hdcMem); EndPaint (m_hWnd, &ps); OnPaint method for m_pMainWnd looks like this: HPEN hPen = CreatePen( PS_SOLID, 3, m_cCurPen); // m_cCurPen: COLORREF HBRUSH hBrush = CreateSolidBrush( m_cCurBrush ); // m_cCurBrush: COLORREF HPEN hOldPen = (HPEN) SelectObject( dc,hPen ); HBRUSH hOldBrush = (HBRUSH) SelectObject( dc,hBrush ); Ellipse (dc,m_ptOrg.x, m_ptOrg.y, m_ptO...
2007 Mar 19
1
Delphi applications printing bug
...V_UpdateDevCaps ImageableArea = 0,0 - 2479,3508: PageSize = 2479x3508 +trace:psdrv:PSDRV_UpdateDevCaps devcaps: horzSize = 209mm, vertSize = 297mm, horzRes = 2479, vertRes = 3508 +trace:psdrv:PSDRV_SelectFont FaceName = L"" Height = 100 Italic = 0 Weight = 400 +trace:psdrv:PSDRV_SelectPen hpen = 0x60 colour = 00000000 [...] +trace:psdrv:PSDRV_MergeDevmodes Changing page to A4 2099 x 2970 +trace:psdrv:PSDRV_FindPrinterInfo No 'Paper Size' for printer 'PostScript-Printer-1' +trace:psdrv:PSDRV_FindPrinterInfo No 'FontSubTable' for printer 'PostScript-Printer-1...