is it possible to bitblt (using mask for transparent regions) to a specified color? so if the user change the forecolor of the picturebox, the blitted image change color too...
Printable View
is it possible to bitblt (using mask for transparent regions) to a specified color? so if the user change the forecolor of the picturebox, the blitted image change color too...
nevermind!
found out that only a mask is needed to do this, the source picture is just an empty picturebox with the specified color as backcolor...