Marching Ants?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, does anybody have some code to draw a marching ants rectangle? I found two techniques on the web, one using the LineDDA (http://www.undu.com/DN960901/00000009.htm) function, and one using a specific brush (http://www.funducode.com/freevc/gdi/gdi3.htm). I would like to combine this with the CRectTracker. Does anybody have experiences with this? Thanks Dirk