Hi,
Wenn ich das richtig verstanden habe, dann muss ich so vorgehen:
Delphi-Quellcode:
var bmp: HBitmap;
bmpdc: HDC;
begin
bmp := CreateBitmap(Width,Height,1,24);
bmpdc := SelectObject(??,bmp);
Windows.Rectangle(bmpdc,0,0,Width,Height); // bitmap mit rechteck ausfüllen
end;
Was für ein
DC muss jetzt allerdings bei SelectObject übergeben werden? Oder mach ichs komplett falsch?
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."