B
Brian
I have a windows forms project done in vb.net. One of the forms
creates graphs based on the data supplied to it. I want to take
multiple graphs and paste them into a larger Image object. I already
have the code to create a single graph. I'm hoping that I can take
these graphs and paste them into a given spot in the larger image.
I've heard of bitblt and stretchblt but I'm not certain if those
functions are out of date with the ,net framework. What is the best
way to solve this problem?
Brian
creates graphs based on the data supplied to it. I want to take
multiple graphs and paste them into a larger Image object. I already
have the code to create a single graph. I'm hoping that I can take
these graphs and paste them into a given spot in the larger image.
I've heard of bitblt and stretchblt but I'm not certain if those
functions are out of date with the ,net framework. What is the best
way to solve this problem?
Brian