Groups | Blog | Home
all groups > dotnet drawing api > november 2003 >

dotnet drawing api : How to move a part of an bitmap to another location?


Jason Dorie
11/27/2003 4:33:44 AM

I think you have to make a temp copy, then copy it back again. Even for
simple "Blit-like" operations, I've never been able to get an image to draw
back on to itself, but it didn't generate an exception, either.

Jason Dorie


[quoted text, click to view]

James Westgate
11/27/2003 12:44:04 PM
You've just answered your own question, dont.

[quoted text, click to view]

Crirus
11/27/2003 2:00:56 PM
I have a bitmap
I need to redraw a part of the bitmap to another location on the same
bitmap, nad the remaining part to be painted with another things
Wich should be the way?

--
Ceers,
Crirus

------------------------------
If work were a good thing, the boss would take it all from you

------------------------------

Crirus
11/27/2003 2:07:15 PM
My concern is if I can use the same image as source and destination

--
Ceers,
Crirus

------------------------------
If work were a good thing, the boss would take it all from you

------------------------------

[quoted text, click to view]

Crirus
11/27/2003 2:40:42 PM
So you tried using the same image as source and destionation without any
effect, you say?

--
Ceers,
Crirus

------------------------------
If work were a good thing, the boss would take it all from you

------------------------------

[quoted text, click to view]

Bob Powell [MVP]
11/27/2003 5:35:43 PM
You cannot use the same image as source and desination

--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

[quoted text, click to view]

AddThis Social Bookmark Button