|
Coordinate Spaces and Transformations
Applications written for the Microsoft® Windows® operating system use coordinate spaces and transformations to scale, rotate,
translate, shear, and reflect graphics output. A coordinate space is a planar space based on the Cartesian coordinate system. This system
requires two axes that are perpendicular and equal in length. There are four
coordinate spaces in Windows: world, page, device, and physical device (client area,
or desktop, or page of printer paper). A transformation is an algorithm that alters ("transforms") the size, orientation, and shape
of objects.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|