The information in this article applies to:
SUMMARYThe Microsoft Windows graphics device interface (GDI) uses two major categories of coordinates units: device units and logical units. The documentation of many GDI functions in the "Microsoft Windows Software Development Kit: Programmer's Reference, Volume 2: Functions" manual is inconsistent with regard to type of coordinates required by the functions that specify positions. This article lists these functions and the units they use. MORE INFORMATION
The documentation for the CreateEllipticRgn (page 97),
CreateEllipticRgnIndirect (pages 97 and 98), CreateRectRgn (pages 122 and 123), CreateRectRgnIndirect (pages 123 and 124), and
CreateRoundRectRgn (pages 124 and 125) functions states that the
parameters to each function are in logical coordinates. However,
because none of these functions takes a Device Context (DC) as a
parameter, the parameters have no units. The units are provided by the
function that uses the region created.
Additional query words: 3.10 docerr
Keywords : kbdocfix kb16bitonly kbSDKWin16 |
Last Reviewed: June 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |