need help on an application that draws basic shapes over video even when it plays. I am using AXWindowsMediaPlayer control for playing video and also put a custom Panel to draw shapes over player control. Custom panel is transparent.
can draw smoothly while video is not playing. But when it plays every thing goes wrong. the drawing over the video get erased. How i can overcome the issue ?
Please help.
need help on an application that draws basic shapes over video even when it
Share
i have found how to do this.
here is one way in WPF using Canvas
then create mouse events for Canvas and draw with it