Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
I have one image that I want to slowly draw over another (slowly increase its opaqueness) but I have absolutely no idea how to do it. Any help (preferably in VB .NET, but I can probably make heads or tails of C# or C++ .NET)?
  • 2 weeks later...
Posted

The Opacity property is bound to forms.

You could use a borderless second form, which you dock the second image on. Then u use a timer to increase the opacity until

desired effect is achieved!

Posted
I got it (had to use a ColorMatrix and imageAttributes) could someone tell me how this ColorMatrix works? I'm just going by some tutorials to set opacity

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...