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)
- C#
- VB
- F#
public PathSegments(
IEnumerable<PathSegment> collection
)
Public Sub New (
collection As IEnumerable(Of PathSegment)
)
new :
collection : IEnumerable<PathSegment> -> PathSegments
Parameters
- IEnumerable(PathSegment)
- The collection of PathSegment objects that make up the PathSegments.
Exceptions
ArgumentNullException | collection is null . |
See Also
Reference
PathSegments Class
PathSegments Overload
Avalonia.Media Namespace