ClosePathSegment Class Documentation
classClosePathSegment : SegmentNamespace:datalogics_interface
- Inherits from:
Segment
Detailed Description
A path is a series of commands that define the boundary of a vector shape. The ClosePath command draws a line from the current location back to its starting point, effectively closing a box or parabolic shape on a page.
Constructor & Destructor Documentation
ClosePathSegment
ClosePathSegment()Construct a close-path segment.
~ClosePathSegment
~ClosePathSegment()Member Function Documentation
to_string
std::stringto_string()Returns:
std::stringRepresents a segment, or a single line, within a path.