 |
SetMapMode ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets the mapping mode of the specified device context. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int SetMapMode(
HDC hdc, // handle to device context
int fnMapMode // new mapping mode
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetMapMode IN gdi32;
INTEGER hdc, INTEGER fnMapMode
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context.
fnMapMode
[in] Specifies the new mapping mode. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value identifies the previous mapping mode. |
 |
 |
| My comment: |
 |
The mapping mode defines the unit of measure used to transform page-space units into device-space units, and also defines the orientation of the device"s x and y axes.
See also: GetMapMode
|
 |
 |
| Word Index links for the SetMapMode : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2007-04-27 09:43:49 | | Modified: | 2007-04-27 09:45:41 | Visited in last 7 days: 24 |