Constant
| Description
|
TPD_RECALCSIZE
| Recalculate size of pen data and reallocate if smaller.
|
TPD_UPPOINTS
| Remove pen-up strokes from the HPENDATA object.
|
PHW_PRESSURE
| Remove OEM pressure information.
|
PHW_HEIGHT
| Remove OEM height information.
|
PHW_ANGLEXY
| Remove OEM XY-angle information.
|
PHW_ANGLEZ
| Remove OEM Z-angle information.
|
PHW_BARRELROTATION
| Remove OEM barrel rotation information.
|
PHW_OEMSPECIFIC
| Remove OEM-specific value information.
|
PHW_PDK
| Remove per-point Pen Driver Kit (PDK_) information.
|
TPD_PHW
| Remove all OEM and PDK information, but not stroke tick or user data.
|
TPD_OEMDATA
| Remove all OEM values and PDK data.
|
TPD_PENINFO
| Remove PENINFO structure from header. Note that any OEM information present is discarded.
|
TPD_COLLINEAR
| Remove collinear and duplicate (coincident) points. There may not be any OEM
data.
|
TPD_USER
| Remove per-stroke user information.
|
TPD_TIME
| Remove per-stroke timing information.
|
TPD_EMPTYSTROKES
| Remove all strokes with 0 points.
|
TPD_EVERYTHING
| Remove everything possible except pen-down strokes. This includes both TPD_
and PHW_ flags.
|