top of page
ClipIt - Screenshot capture app for Windows

ClipIt is a simple screenshot capture app for Windows which works very similar to stock Windows screenshot app. The source code of the app is on sale. You can buy the source code of the app for $10. You can contact me at itsmystyle.shaik@gmail.com for any queries. The following is list of versions that the app gone through its development.

Watch the app building videos here

v1.0.10
Transparent background
This release contains code which layout transparent background for the screen selection rectangle.

v1.0.9
Move rect by using center grid/ellipse
This release contains code wich allows to move the screen selection rectangle with the center grid/ellipse.

v1.0.8
Move rect using rect lines and center grid/ellipse
This release contains code which allows to move the screen selection rectangle using rectangle lines (top, right, bottom, left) and the center grid/ellipse/circle.

v1.0.7
Resize rect by Rectangle1
This release contains code which allows to resize the screen selection rectangle by using Rectangle1. By this release, resizing the screen selection rectangle by all rectangles (rectangle 1,2,3,4 and left, top, right, bottom rectangles) is done.

 

v1.0.6
Resize rect by Rectangle4
This release contains code which allows to resize the screen selection rectangle by Rectangle4.

v1.0.5
Resize rect by Rectangle3
This release contains code which allows to resize the screen selection rectangle by using Rectangle3.

v1.0.4
Resize rect by Rectangle2
This release contains code which allows to resize the screen selection rectangle by using Rectangle2 (top-right rectangle).

v1.0.3
Resize rect by top and bottom rectangles
Thie release contains code which allows to resize the screen selection rectangle by top and bottom rectangles. Overall this release contains code which allows to resize the screen selection rect by left, top, right and bottom rectangles.

v1.0.2
Resize rect by right rectangle
This release contains code that allows to resize the screen selection rectangle by the right rectangle.

v1.0.1
Rectangles and event handlers
This release contains code which layout rectangles and lines and event handlers for all elements.

v1.0.0
Initial release
This release contains code that handles dynamic alignment of rectangles and lines as mouse move on the canvas.

bottom of page