Aspose::Page::XPS::XpsModel::XpsPathGeometry::AddSegment method

XpsPathGeometry::AddSegment method

Adds a path segment to the list of child segments of the last pah figure.

System::SharedPtr<XpsPathSegment> Aspose::Page::XPS::XpsModel::XpsPathGeometry::AddSegment(System::SharedPtr<XpsPathSegment> segment)
ParameterTypeDescription
segmentSystem::SharedPtr<XpsPathSegment>The path segment to be added.

ReturnValue

Added path segment.

See Also