XpsPathGeometry.RemoveSegmentAt

XpsPathGeometry.RemoveSegmentAt method

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

public XpsPathSegment RemoveSegmentAt(int index)
ParameterTypeDescription
indexInt32Position at which a path segment should be removed.

Return Value

Removed path segment.

See Also