|
CompactPenData
- 0 2.0
Compacts pen data based on specified trim options.
Note This function is provided for compatibility with version 1.0 of the Pen API
and will not be supported in future versions. Use TrimPenData and CompressPenData instead.
HPENDATA CompactPenData( HPENDATA hpndt, UINT fuTrim )
Parameters
hpndt
Handle to a pen data object.
fuTrim
Data-trimming options:
PDTT_DEFAULT
Reallocates memory block to fit the data; does not trim the data. If you call CompactPenData with this trim option and then call the GlobalSize function with the pen data handle as a parameter, you can retrieve the size
of the pen data.
PDTT_ALL
Removes the PENINFO structure from the header. Discards all data from pen-up points (points
collected when the pen is not in contact with the tablet), and removes OEM data and
collinear points.
PDTT_COLLINEAR
Removes successive identical (coincident) points and collinear points from the
pen data. After the operation is performed, PDTS_NOCOLLINEAR is set in the wPndts member of the PENDATAHEADER structure. The collinear points can be removed with very little if any loss of
recognition accuracy. If the collinear points are removed before the points
are scaled to display coordinates, there may be a small change in the displayed
image.
PDTT_COMPRESS
Compresses the data without losing any information. After the data has been
compressed, the compressed handle to the pen data can be passed as a parameter
only to the functions CompactPenData, GetPenDataInfo, and DuplicatePenData. CompactPenData uses a "lossless" compression method that retains the ability for an
application to recognize the ink after subsequent decompression. You can use this
option with other trim options, including PDTT_DECOMPRESS. In this case, compression
is done after all other options have been satisfied.
PDTT_DECOMPRESS
Decompresses the data. You can use this option with other trim options,
including PDTT_COMPRESS. In this case, decompression is performed first, followed by
any other trim options specified, and followed by recompression if
PDTT_COMPRESS is specified. Since the compression method used by CompactPenData does not lose information, the data is completely restored.
PDTT_OEMDATA
Removes all OEM data this is data other than coordinates, such as pressure. This option does not
affect delayed recognition unless a recognizer is being used that expressly
requires OEM data. For example, signature recognizers often use pressure information.
PDTT_PENINFO
Removes the PENINFO structure from the header. You can use this option if there is no OEM data
associated with the data points or if the application does not use any of the OEM
data. This option has no effect on the pen data for delayed recognition. Any
OEM data present is also removed.
PDTT_UPPOINTS
Removes all data from pen-up points (points collected when the pen is not in
contact with the tablet). This option has no effect on delayed recognition. This
option is not usually necessary because pen-up points are not a part of
standard pen data.
Return Value
If successful, CompactPenData returns a handle to a pen data object; otherwise, it returns NULL. CompactPenData may fail and return NULL in low-memory situations if compression or
decompression is requested.
Comments
The PDTS_ bits are set in the wPndts member of the PENDATAHEADER structure to indicate which operations have been performed.
See Also
CompressPenData, TrimPenData, CreatePenData, PENINFO, PENDATAHEADER
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|