|
PDF Toolbox
|
#include <PdfTools_Toolbox_Types.h>
Public Attributes | |
| TPtxGeomReal_Point | EndPoint |
| The end point of the path segment. The start point of the segment corresponds to the end point of the previous segment. | |
| TPtxPdfContent_PathSegmentType | iSegmentType |
| TPtxGeomReal_Point | ControlPoint1 |
| The first Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtxPdfContent_PathSegmentType_Cubic. | |
| TPtxGeomReal_Point | ControlPoint2 |
| The second Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtxPdfContent_PathSegmentType_Cubic. | |
| TPtxGeomReal_Point TPtxPdfContent_PathSegment::ControlPoint1 |
The first Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtxPdfContent_PathSegmentType_Cubic.
| TPtxGeomReal_Point TPtxPdfContent_PathSegment::ControlPoint2 |
The second Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtxPdfContent_PathSegmentType_Cubic.
| TPtxGeomReal_Point TPtxPdfContent_PathSegment::EndPoint |
The end point of the path segment. The start point of the segment corresponds to the end point of the previous segment.
| TPtxPdfContent_PathSegmentType TPtxPdfContent_PathSegment::iSegmentType |
Defines the type of this path segment.