Zitat von
himitsu:
Sieht aber nicht so aus, dann was soll denn an dem hier gezeigten Code falsch sein?
Nix.
Also, wie sieht nun dein InvertRect aus?
Missverständnis?
InvertRect ist eine
GDI-Routine:
Delphi-Quellcode:
OH:
InvertRect
The InvertRect
function inverts a rectangle
in a window by performing a logical
NOT operation
on the color values
for each pixel
in the rectangle'
s interior.
BOOL InvertRect(
HDC hDC, // handle to DC
CONST RECT *lprc // rectangle
);
Das ist mein InvertRect.
Gruß
Jazzman