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
)
Public Shared Sub ReversePaths (
polys As List(Of List(Of IntPoint))
)
public:
static void ReversePaths(
List<List<IntPoint>^>^ polys
)
static member ReversePaths :
polys : List<List<IntPoint>> -> unit
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