|
Chapter 4 The Inking Process
Note the version change in this paragraph from the "Stroke Headers" section of
"Data Within an HPENDATA Object."
As Figure 4.1 shows, a stroke header prefaces each collection of pen
coordinates that make up a single stroke. Note that the structure of the stroke header
in version 2.0 of the Pen API is different from the stroke header of version
1.x, since the stroke header now consists of a variable-length array instead of
the STROKEINFO structure used in version 1.x. The current STROKEINFO structure is, nevertheless, compatible with version 1.x stroke headers.
- Note the version change in the following Note from the "Creating an HPENDATA
Object" section.
Note It is highly recommended that you use only the functions from version 2.0 of
the Pen API. Although API from version 1.x are included for backward
compatibility, it is not guaranteed that they will be supported in future versions of the
Pen API.
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
|