CDC::GetMapMode

Retrieves the current mapping mode.

int GetMapMode( ) const;

Возвращаемое значение

The mapping mode.

Заметки

For a description of the mapping modes, see the SetMapMode member function.

ПримечаниеПримечание.

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.

Требования

Header: afxwin.h

См. также

Основные понятия

CDC Class

CDC Members

Hierarchy Chart

CDC::SetMapMode

CDC::GetLayout

GetMapMode