Бележка
Достъпът до тази страница изисква удостоверяване. Можете да опитате да влезете или да промените директориите.
Достъпът до тази страница изисква удостоверяване. Можете да опитате да промените директориите.
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 |