|
DrawMirrorImage
DrawMirrorImage creates a mirror image of the data by subtracting each x-coordinate from the
tablet width. This moves each point from one side of the tablet to a
corresponding position on the other side. In other words, the original distance from the
tablet's left side now becomes the point's distance from the tablet's right
side.
DrawMirrorImage works in five steps:
- Creates a duplicate HPENDATA of the input data.
- Calls TrimPenData to remove unneeded information from the block.
- Converts the new HPENDATA block to a mirror image.
- Displays the mirror image by calling DrawPenDataFmt.
- Deletes the mirror image HPENDATA block.
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 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|