Click or drag to resize

PathD(Int32) Constructor

Initializes a new instance of the PathD class with a specified capacity.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PathD(
	int capacity = 0
)

Parameters

capacity  Int32  (Optional)
The initial capacity of the list.
See Also