Painting Image Section
am 03.01.2008 03:52:00 von Don
Hello, I have a image of a building, I want to set the color of each room
based on values that come back from a database. How would you do this. Is
there a certain image control in asp.net? Or do people use some other
technology like flash to handle image setting like this?
Thanks
Re: Painting Image Section
am 03.01.2008 10:55:46 von Aidy
You could use the GDI library. It's a fairly big topic, google it.
"Don" wrote in message
news:50FDD4DC-6D7F-4A4C-9F53-50496296FDCD@microsoft.com...
> Hello, I have a image of a building, I want to set the color of each room
> based on values that come back from a database. How would you do this.
> Is
> there a certain image control in asp.net? Or do people use some other
> technology like flash to handle image setting like this?
>
> Thanks
>
Re: Painting Image Section
am 04.01.2008 13:39:37 von Kevin Spencer
You should find the following article on per-pixel filters helpful:
http://www.codeproject.com/KB/GDI-plus/csharpgraphicfilters1 1.aspx
--
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
"Don" wrote in message
news:50FDD4DC-6D7F-4A4C-9F53-50496296FDCD@microsoft.com...
> Hello, I have a image of a building, I want to set the color of each room
> based on values that come back from a database. How would you do this.
> Is
> there a certain image control in asp.net? Or do people use some other
> technology like flash to handle image setting like this?
>
> Thanks