XpsPathFigureAdd Method

Adds a path segment to the list of child segments.

Namespace:  Aspose.Page.XPS.XpsModel
Assembly:  Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntax
public XpsPathSegment Add(
	XpsPathSegment segment
)

Parameters

segment
Type: Aspose.Page.XPS.XpsModelXpsPathSegment
A path segment to be added.

Return Value

Type: XpsPathSegment
Added path segment.
See Also