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:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ReversePaths(
	List<List<IntPoint>> polys
)

Parameters

polys
Type: System.Collections.GenericListListIntPoint

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

See Also