pdftools_toolbox.pdf.content.path_segment
Classes
- class pdftools_toolbox.pdf.content.path_segment.PathSegment[source]
Bases:
Structure
- Variables:
end_point (pdftools_toolbox.geometry.real.point.Point) – The start point of the segment corresponds to the end point of the previous segment.
segment_type (c_int) – Defines the type of this path segment.
control_point1 (pdftools_toolbox.geometry.real.point.Point) – Only valid if the
pdftools_toolbox.pdf.content.path_segment.PathSegment.end_point
is set topdftools_toolbox.pdf.content.path_segment_type.PathSegmentType.CUBIC
control_point2 (pdftools_toolbox.geometry.real.point.Point) – Only valid if the
pdftools_toolbox.pdf.content.path_segment.PathSegment.end_point
is set topdftools_toolbox.pdf.content.path_segment_type.PathSegmentType.CUBIC
- control_point1
Structure/Union member
- control_point2
Structure/Union member
- end_point
Structure/Union member
- segment_type
Structure/Union member