ClipperPolyTreeToPaths Method |
[Missing <summary> documentation for "M:ClipperLib.Clipper.PolyTreeToPaths(ClipperLib.PolyTree)"]
Namespace:
ClipperLib
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static List<List<IntPoint>> PolyTreeToPaths(
PolyTree polytree
)
Public Shared Function PolyTreeToPaths (
polytree As PolyTree
) As List(Of List(Of IntPoint))
public:
static List<List<IntPoint>^>^ PolyTreeToPaths(
PolyTree^ polytree
)
static member PolyTreeToPaths :
polytree : PolyTree -> List<List<IntPoint>>
Parameters
- polytree
- Type: ClipperLibPolyTree
[Missing <param name="polytree"/> documentation for "M:ClipperLib.Clipper.PolyTreeToPaths(ClipperLib.PolyTree)"]
Return Value
Type:
ListListIntPoint[Missing <returns> documentation for "M:ClipperLib.Clipper.PolyTreeToPaths(ClipperLib.PolyTree)"]
See Also