Skip to main content

PathSegments(Int32) Constructor

Initializes a new instance of the PathSegments class with the specified capacity, or the number of PathSegment objects the collection is initially capable of storing.

Definition

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

public PathSegments(
int capacity
)

Parameters

  Int32
The number of PathSegment objects that the collection is initially capable of storing.

See Also

Reference

PathSegments Class
PathSegments Overload
Avalonia.Media Namespace