Hi,
I have this code for drawing an ellipse on a canvas:
Canvas->Pen->Color = my_Color;
Canvas->Brush->Color = my_Color;
Canvas->Ellipse(my_rect);
Ellipse is drawn over a background image. How can I draw it semitransparently?
Sorry for posting such a question that seems to be explained in the available documentation.
Spent several hours reading and trying, didn't succeed. Please help.