[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the mapping mode of an device context.
Source position: winapih.inc line 247
public function TWidgetSet.SetMapMode( |
DC: HDC; |
fnMapMode: Integer |
):Integer; virtual; |
DC |
|
The device context. |
fnMapMode |
|
The new mapping mode. |
The old mapping mode.
The mapping mode specifies the correspondence between logical and physical units. Supported modes are:
Positive X is right, except for (an)isotropic mappings. Positive Y is up, except for (an)isotropic and MM_TEXT mappings.
|
Returns the mapping mode of an device context. |
lazarus-ccr.sourceforge.net |