Hi All,
I am wanting to draw shapes on the screen using WPF but without drawing them
onto a window. Is this possible and if so how do I do this?
Many thanks,
Charles
Hi All,
I am wanting to draw shapes on the screen using WPF but without drawing them
onto a window. Is this possible and if so how do I do this?
Many thanks,
Charles
Hi,
Charles wrote:You need a window to draw on it. However, you can in WPF make that
> Hi All,
>
> I am wanting to draw shapes on the screen using WPF but without drawing them
> onto a window. Is this possible and if so how do I do this?
>
> Many thanks,
>
> Charles
window transparent and style-less. So the illusion is that you draw on
the screen.
Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
If you make your window transparent (AllowsTransparency="True") then
the child elements of your window will appear to draw directly to the
desktop.
On Sep 19, 9:04 am, Charles <Char...@xxxxxx> wrote:
> Hi All,
>
> I am wanting to draw shapes on the screen using WPF but without drawing them
> onto a window. Is this possible and if so how do I do this?
>
> Many thanks,
>
> Charles
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First Look: Windows 7 Shapes Up as Microsoft’s Best OS Yet | JMH | Vista News | 0 | 16 Aug 2009 |
| grouping shapes with lines inside | Don | Vista General | 4 | 18 Jan 2008 |
| Vista x64 not properly drawing window screens? | Mohamed Mansour | Vista General | 0 | 07 Jan 2008 |
| Vista or Publisher2007? Filling shapes... | annieuk | Vista print fax & scan | 0 | 19 Jun 2007 |
| Hit testing and moving shapes | Peter Johnston | Avalon | 4 | 10 Jan 2006 |