INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'ClientToScreen' procedure converts the client coordinates
-- of a specified point to screen coordinates.
-- The `DPtoLP' function converts device coordinates into logical
-- coordinates. The conversion depends on the mapping mode of the
-- device context, the settings of the origins and extents for the
-- window and viewport, and the world transformation.
-- The `GetMapMode' function retrieves the current mapping mode.
-- The `GetViewportOrgEx' function retrieves the x-coordinates
-- and y-coordinates of the viewport origin for the specified
-- device context.
-- The `GetWindowOrgEx' function retrieves the x-coordinates
-- and y-coordinates of the window origin for the specified
-- device context.
-- The 'GetWorldTransform' procedure retrieves the current world-space
-- to page-space transformation.
-- The `LPtoDP' function converts logical coordinates into device
-- coordinates. The conversion depends on the mapping mode of the
-- device context, the settings of the origins and extents for the
-- window and viewport, and the world transformation.
-- The 'ModifyWorldTransform' procedure changes the world transformation
-- for a device context using the specified mode.
-- The 'ScreenToClient' procedure converts the screen coordinates
-- of a specified point on the screen to client coordinates.
-- The 'SetMapMode' function sets the mapping mode of the specified
-- device context. 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.
-- The 'SetViewportExtEx' procedure sets the horizontal and vertical
-- extents of the viewport for a device context by using the specified
-- values.
-- The 'SetViewportOrgEx' procedure sets the viewport origin of a device
-- context by using the specified coordinates.
-- The 'SetWindowExtEx' procedure sets the horizontal and vertical
-- extents of the window for a device context by using the specified
-- values.
-- The `SetWindowOrgEx' function sets the window origin of the
-- device context by using the specified coordinates.
-- The 'SetWorldTransform' procedure sets a two-dimensional linear
-- transformation between world space and page space for the specified
-- device context. This transformation can be used to scale, rotate,
-- shear, or translate graphics output.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |