MM_ISOTROPIC top-level constant

  1. @Deprecated('Use HDC_MAP_MODE.MM_ISOTROPIC instead')
int const MM_ISOTROPIC

Logical units are mapped to arbitrary units with equally scaled axes; that is, one unit along the x-axis is equal to one unit along the y-axis. Use the SetWindowExtEx and SetViewportExtEx functions to specify the units and the orientation of the axes. Graphics device interface (GDI) makes adjustments as necessary to ensure the x and y units remain the same size (When the window extent is set, the viewport will be adjusted to keep the units isotropic).

Implementation

@Deprecated('Use HDC_MAP_MODE.MM_ISOTROPIC instead')
const MM_ISOTROPIC = 7;