A
Andre Nogueira
Hi there.
I have one question... How can I create a bitmap (programmatically), paint
it to a picture box and have a transparent background?
I don't know what will be below the picturebox because the user can move it
around, so there could be a textbox, another picture, a button or nothing
below the picture box.
Setting the background color of the bitmap and of the picturebox to
color.transparent does not seem to work.
Another question... I want the user to be able to insert and rotate text.
Besides the problem of the transparent background, I have another. How can I
rotate the text so that the bitmap's dimentions (weight and height) are set
so that the rotated text fits inside?
Thank you in advance for your time.
André Nogueira
I have one question... How can I create a bitmap (programmatically), paint
it to a picture box and have a transparent background?
I don't know what will be below the picturebox because the user can move it
around, so there could be a textbox, another picture, a button or nothing
below the picture box.
Setting the background color of the bitmap and of the picturebox to
color.transparent does not seem to work.
Another question... I want the user to be able to insert and rotate text.
Besides the problem of the transparent background, I have another. How can I
rotate the text so that the bitmap's dimentions (weight and height) are set
so that the rotated text fits inside?
Thank you in advance for your time.
André Nogueira