|
-
May 17th, 1999, 04:59 AM
#1
About setmapmode
hello:
I have a question.
I use VC++6.0 MFC ScrollView class.
When I setup the map mode in View OnInitialUpdate()function
use SetScrollSizes(MM_HIENGLISH, sizeTotal);OnDraw()function use
pDC->SetMapMode(MM_HIENGLISH).
But the coordinate value still is the screen left-up is 0,0.
If ScrollView class only use MM_TEXT.I need setup the left-buttom
is 0,0.
Would you help me?
-
May 20th, 1999, 11:03 PM
#2
Re: About setmapmode
see SetViewportOrgEx for your dc also.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|