ILogCoordinatesImpl::GetMapMode
virtual intILogCoordinatesImpl::GetMapMode(void)
Reports the current mapping mode
Defined in: LogCoordinatesImpl.h
Return Value
The mapping mode used by this visual part
Comments
The mapping modes are defined by the CDC class and the visual part class makes use of these definitions. Each visual part can have its own local mapping mode which is used in the logical to device coordinate mapping algorithm.See Also
CDC::GetMapMode