0

I'm making a card matching game in c# windows form. When two cards(pictureboxes) are matched, I want to make an effect like rotation or fading as the cards disappear. How can I do it?

ProgrammingLlama
  • 36,677
  • 7
  • 67
  • 86
naz naz
  • 11
  • 3
  • [How to apply a fade transition effect to PictureBox Images using a Timer?](https://stackoverflow.com/a/61293719/7444103) – Jimi May 27 '21 at 09:25
  • https://stackoverflow.com/questions/6102241/how-can-i-add-moving-effects-to-my-controls-in-c/6103677#6103677 – Hans Passant May 27 '21 at 10:24
  • To do most kinds of fancy effects, you probably need to do [custom drawing](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/custom-painting-drawing?view=netdesktop-5.0) – JonasH May 27 '21 at 10:34

0 Answers0