LINE_SEGMENT structure (rectypes.h)
Describes the start and end points of a line recognition segment, such as the baseline or midline.
Syntax
typedef struct tagLINE_SEGMENT {
POINT PtA;
POINT PtB;
} LINE_SEGMENT;
Members
PtA
Point that represents the start of the line segment. The point is in ink space coordinates.
PtB
Point that represents the end of the line segment. The point is in ink space coordinates.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | rectypes.h |