002
21.02.2005, 10:57 Uhr
Sapphira
|
So weit, so gut. Und wie kann ich nun das Bild verkleiner, so dass es in IDC_STATIC hinein passt?
Habs mit StretchBlt versucht, aber das Bild wird nicht verkleinert?
Code: |
CRect pRect; wp->GetClientRect(pRect);
pDC->StretchBlt(pRect.left, pRect.top, pRect.Width(), pRect.Height(), pDC, 0, 0, bild_header.bmWidth, bild_header.bmHeight, SRCCOPY);
int offsetx=0,offsety=0; //oder wo auch immer die linke obere ecke hin soll pDC->BitBlt(offsetx, offsety, bild_header.bmWidth, bild_header.bmHeight, &imageDC, 0, 0, SRCCOPY);
|
Dieser Post wurde am 21.02.2005 um 10:57 Uhr von Sapphira editiert. |