Use mouse to draw anything on top of screen.
I just want to draw a rectangle by mouse on a playing video screen, but most tools will do a snapshot firstly, so the video will freeze at that moment, that's not what I want. Finally I decide to write my own tool.
The weakness of this tool is because of the global alpha blend, which will also make background screen blur.
This project is developed in Delphi 2007 without 3rd party component used.
This tool runs under Windows.
Just copy DrawAnywhere.exe at anywhere in Windows.
When launched, it will bring itself on top most to cover screen. It will be transparent initially.
Use mouse to click down, drag and up, so the yellow rectangle is drawn.
Press "c" key to clear screen.
Press ESC
key to quit it.
Up
and Down
key will adjust alpha value.
Left
and Right
key will adjust pen width.