Click or drag to resize

ClipperReversePaths Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.ReversePaths(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}})"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ReversePaths(
	List<List<IntPoint>> polys
)

Parameters

polys  ListListIntPoint

[Missing <param name="polys"/> documentation for "M:ClipperLib.Clipper.ReversePaths(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}})"]

See Also