Posts by gabriel.r • 1 point
1 post
-
0
votes0
answers79
viewsQ: How to rotate an element in C#
I’m creating software that runs the video at a 90º angle. I’m using axWindowsMediaPlayer (plugin provided by winform). using System; using System.Collections.Generic; using System.ComponentModel;…