Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Drawing trackers And Getting the Selections in your PictureBox.

0.00/5 (No votes)
19 Apr 2005 1  
This is a class to help you handle the selections in the PictureBox.

Sample Image - MotoVB_Steven_Jian_.jpg

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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here