PDF Toolbox
Loading...
Searching...
No Matches
Public Attributes | List of all members
TPtxPdfContent_PathSegment Struct Reference

#include <PdfToolbox_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.
 

Member Data Documentation

◆ ControlPoint1

TPtxGeomReal_Point TPtxPdfContent_PathSegment::ControlPoint1

The first Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtxPdfContent_PathSegmentType_Cubic.

◆ ControlPoint2

TPtxGeomReal_Point TPtxPdfContent_PathSegment::ControlPoint2

The second Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtxPdfContent_PathSegmentType_Cubic.

◆ EndPoint

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.

◆ iSegmentType

TPtxPdfContent_PathSegmentType TPtxPdfContent_PathSegment::iSegmentType

Defines the type of this path segment.


The documentation for this struct was generated from the following file: