Device Context Origin [SOLVED]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In my
CView::OnDraw
function, theCDC
that is passed in has its origin in the top left. Is there any manipulation I can do to reorient the origin to the lower left? Solution: Use theSetWindowOrigin()
function along with theSetMapMode()
function.The difficult we do right away... ...the impossible takes slightly longer.