View Single Post
Old 01-20-2018, 06:15 AM   #2
jan hase
Human being with feelings
 
Join Date: Jul 2017
Posts: 25
Default

tried pGraphics DrawRect...

IRECT SampleSquare1(0, 0, 5, 5);
pGraphics->DrawRect(&COLOR_WHITE, &SampleSquare1);

..no errors, but it doesnt show a white square in the upper left corner with size 5*5 px
jan hase is offline   Reply With Quote