Skip to main content

PathSegments(IEnumerable<PathSegment>) Constructor

Initializes a new instance of the PathSegments class with the specified collection of PathSegment objects.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public PathSegments(
IEnumerable<PathSegment> collection
)

Parameters

  IEnumerable(PathSegment)
The collection of PathSegment objects that make up the PathSegments.

Exceptions

ArgumentNullExceptioncollection is null.

See Also

Reference

PathSegments Class
PathSegments Overload
Avalonia.Media Namespace