STROKE_RANGE Structure
STROKE_RANGE Structure |
Specifies a range of strokes in the InkDisp object.
The iStrokeBegin and iStrokeEnd values of the range are inclusive.
Declaration
[C++]
typedef struct tagSTROKE_RANGE
{
ULONG iStrokeBegin;
ULONG iStrokeEnd;
} STROKE_RANGE;
Members
Name | Description |
---|---|
iStrokeBegin | Index of the first stroke in the range. |
iStrokeEnd | Index of the last stroke in the range. |