коммит 3

This commit is contained in:
Anton-Starodubtsev 2024-11-19 15:55:05 +04:00
parent cf3d4f14cd
commit 2741111811

View File

@ -218,7 +218,7 @@ void Picture3(HDC hdc) {
Image5(hdc, 40, 40, RGB(255, 0, 0)); Image5(hdc, 40, 40, RGB(255, 0, 0));
Image5(hdc, 140, 40, RGB(255, 0, 0)); Image5(hdc, 140, 40, RGB(255, 0, 0));
Image5(hdc, 240, 40, RGB(255, 0, 0)); Image5(hdc, 240, 40, RGB(255, 0, 0));
Image5(hdc, 240, 240, RGB(255, 0, 0));
} }
void PictureFLineY(HDC hdc, void(*pfImage)(HDC hdc, int cx, int cy, COLORREF color)) { void PictureFLineY(HDC hdc, void(*pfImage)(HDC hdc, int cx, int cy, COLORREF color)) {