|
Bitmap Rotation
Windows provides a function to copy a bitmap into a parallelogram; this
function, PlgBlt, performs a bit-block transfer from a rectangle in a source device context
into a parallelogram in a destination device context. In order to rotate the
bitmap, an application must provide the coordinates, in world units, to be used for
the corners of the parallelogram. (For more information about rotation and
world units, see Coordinate Spaces and Transformations.)
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
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
|