Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 763 Bytes

GetMapMode.md

File metadata and controls

45 lines (29 loc) · 763 Bytes

Home

Function name : GetMapMode

Group: Coordinate Space and Transformation - Library: gdi32


Retrieves the current mapping mode.


Declaration:

int GetMapMode(
	HDC hdc   // handle to device context
);  

FoxPro declaration:

DECLARE INTEGER GetMapMode IN gdi32;
	INTEGER hDC
  

Parameters:

hdc [in] Handle to the device context.


Return value:

If the function succeeds, the return value specifies the mapping mode.


Comments:

See also: SetMapMode.