Hi Guys :) I hope you fine :)
I want when I color a shape ,that color does not wipe the background picture.I want it be transparent not solid :S I tried Opticity property :-/ but it is just for the whole form :icon_sad: ,it does not available for the color.
Please help me and Thanks for your help :)
>How to make a color transparent does not solid
Take a look at " Drawing shapes ".
Color.FromArgb(x, c)
While x is transparency from 0 to 255 color is colir you pick like Color.black
Color.FromArgb(x,r,g,b)
r gb is the mixing of light you use to mix the color
This Represent as color use this as a color of your shape
trpsjt2008 Thanks alot ... I tried that and it successed . Thanks again it is what I want. :) adatapost Thanks it is useful topic :)