Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |