Mapping Functions
GetMapMode Retrieves the current mapping mode.
SetMapMode Sets the current mapping mode.
GetViewportOrg Retrieves the x- and y-coordinates of the viewport origin.
SetViewportOrg Sets the viewport origin.
OffsetViewportOrg Modifies the viewport origin relative to the coordinates of the current viewport origin.
GetViewportExt Retrieves the x- and y-extents of the viewport.
SetViewportExt Sets the x- and y-extents of the viewport.
ScaleViewportExt Modifies the viewport extent relative to the current values.
GetWindowOrg Retrieves the x- and y-coordinates of the origin of the associated window.
SetWindowOrg Sets the window origin of the device context.
OffsetWindowOrg Modifies the window origin relative to the coordinates of the current window origin.
GetWindowExt Retrieves the x- and y-extents of the associated window.
SetWindowExt Sets the x- and y-extents of the associated window.
ScaleWindowExt Modifies the window extents relative to the current values.
Coordinate Functions
DPtoHIMETRIC Converts device units into HIMETRIC units.
DPtoLP Converts device units into logical units.
HIMETRICtoDP Converts HIMETRIC units into device units.
HIMETRICtoLP Converts HIMETRIC units into logical units.
LPtoDP Converts logical units into device units.
LPtoHIMETRIC Converts logical units into HIMETRIC units.