Thursday, March 29, 2012

Painting Image Section

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?
ThanksYou could use the GDI library. It's a fairly big topic, google it.
"Don" <Don@.discussions.microsoft.com> 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
>
You should find the following article on per-pixel filters helpful:
http://www.codeproject.com/KB/GDI-p...cfilters11.aspx
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
"Don" <Don@.discussions.microsoft.com> 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

0 comments:

Post a Comment