Page 1 of 1

Drawing ??

Posted: 30 Sep 2009 11:24
by gawady
Hi every one,

I just want to know if it is possible to draw shapes on a vlcplayer window, I am using c# and videolan.interop and I need this badly :(

As I don't know how to this, I tried using panels as shapes, but as soon as the video starts they just disappear and they won't come to front whatever I do :(

Thank u

Re: Drawing ??

Posted: 30 Sep 2009 14:48
by bad.edd87
Try putting one panel with transparent background over another... not best way to do this, but could work..

Re: Drawing ??

Posted: 30 Sep 2009 17:22
by RĂ©mi Denis-Courmont
I doubt that any of the VLC Win32 video outputs support window-less rendering.

Re: Drawing ??

Posted: 01 Oct 2009 11:05
by gawady
Hi

I guess u are right, it seems that the extra panel is only way to do this, I used the "System.Drawing.region" to give the panel the shape I want because somehow a transparent panel isn't really transparent :)

thank u :)