Draw text on video playing by C#
C#
2
Posts
2
Posters
2
Views
1
Watching
-
I create a program play video by C#, using VLC library. But I dont know how to make the text on the video in the form when it is playing. I try to use label but it has back color with the text. It is not nice. How can I make the text on the video? Pls help me...
-
I create a program play video by C#, using VLC library. But I dont know how to make the text on the video in the form when it is playing. I try to use label but it has back color with the text. It is not nice. How can I make the text on the video? Pls help me...
You could always use DrawString[^] to draw your text.