XpsPathGeometry.RemoveSegment

XpsPathGeometry.RemoveSegment method

Removes a path segment from the list of child segments of the last path figure.

public XpsPathSegment RemoveSegment(XpsPathSegment segment)
ParameterTypeDescription
segmentXpsPathSegmentThe path segment to be removed.

Return Value

Removed path segment.

See Also