|
CALBSTRUCT
- 0 2.0
Pen calibration information.
typedef struct {
int wOffsetX;
int wOffsetY;
int wDistinctWidth;
int wDistinctHeight;
} CALBSTRUCT;
Members
wOffsetX
Value in tablet units to add to x-coordinates for proper calibration.
wOffsetY
Value in tablet units to add to y-coordinates for proper calibration.
wDistinctWidth
Specifies the number of distinct x-coordinates the tablet can detect.
wDistinctHeight
Specifies the number of distinct y-coordinates the tablet can detect. The wDistinctWidth and wDistinctHeight members have the same meanings and values as the identically-named members in
the PENINFO structure.
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 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
|