Click or drag to resize

Path64(IEnumerablePoint64) Constructor

Initializes a new instance of the Path64 class

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Path64(
	IEnumerable<Point64> path
)

Parameters

path  IEnumerablePoint64

[Missing <param name="path"/> documentation for "M:Clipper2Lib.Path64.#ctor(System.Collections.Generic.IEnumerable{Clipper2Lib.Point64})"]

See Also