STROKE_RANGE structure (tpcshrd.h)
Specifies a range of strokes in the InkDisp object.
Syntax
typedef struct tagSTROKE_RANGE {
ULONG iStrokeBegin;
ULONG iStrokeEnd;
} STROKE_RANGE;
Members
iStrokeBegin
Index of the first stroke in the range, inclusive.
iStrokeEnd
Index of the last stroke in the range, inclusive.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | tpcshrd.h (include Tcpshrd.h) |