Hi there

I'm trying to draw rects around objects using CRectTracker:raw(CDC* pDC).
But CDC uses the Client Coordinates of the window.

Now I'd like to know, how I can tell the function to use logical coordinates instead of client coordinates.

I hope somebody can help me