// JP opened flex table

Click to See Complete Forum and Search --> : Graphics programing help


vimalk
January 5th, 2004, 01:44 AM
I want to superimpose two jpg images in the view of doc/view.

Moreover, want to draw a draggable and sizeable rectangle on the same window

Please give some valuable tips to do the above

jigen3
January 5th, 2004, 11:42 PM
for the first thing, you might want to look at gdi+, you can convert the jpg into a gdi+ bitmap object, then you can set the opacity of the bitmap using the alpha channel (to 50% for each one i would think). i haven't personally tried this, but i would think you can combine the two images that way... i am not sure what you mean by the second thing, plz elaborate.

jigen3

//JP added flex table