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)
- C#
- VB
- F#
public PathSegments(
int capacity
)
Public Sub New (
capacity As Integer
)
new :
capacity : int -> PathSegments
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