коммит 3

коммит 2
This commit is contained in:
Anton-Starodubtsev 2024-11-19 15:54:54 +04:00
parent ad4adf3a2b
commit f02a260a28

View File

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