CDC::GetMapMode
Visual Studio 2010
Retrieves the current mapping mode.
int GetMapMode( ) const;
For a description of the mapping modes, see the SetMapMode member function.
Note
|
|---|
|
If you call SetLayout to change the DC to right-to-left layout, SetLayout automatically changes the mapping mode to MM_ISOTROPIC. Consequently, any subsequent call to GetMapMode will return MM_ISOTROPIC. |
Note