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.
LINE_SEGMENT Structure |
Describes the start and end points of a line segment, such as the baseline or midline.
Declaration
[C++]
typedef struct tagLINE_SEGMENT
{
POINT PtA;
POINT PtB;
} LINE_SEGMENT;
Members
Name | Description |
---|---|
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. |