Visual C++ 7.1Visual Studio .NET 2003Windows 2003.NET 1.1Windows 2000Windows XPIntermediateDevVisual StudioWindowsC++.NETC#
Drawing trackers And Getting the Selections in your PictureBox.






3.46/5 (7 votes)
Apr 19, 2005

47492

2595
This is a class to help you handle the selections in the PictureBox.
Introduction
In VC++, we have a class CRectTracker
which helps to draw the trackers and also there is function a DrawFocusRect()
with which tracker behavior can be achieved. In C#, I did not find any kind of such functionality (if there is, then I am unaware at the moment.). So I decided to make program which draws box with tracker and allows manipulation with the box with the help of trackers. This is a class to help you handle the selections in the PictureBox
.
Reference
Drawing trackers, moving and resizing the objects using double buffering.